You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configure email via web.config's system.net/mailsettings with useSsl = true settings
Adding the necessary elmah mail settings (do not set useSsl flag)
What is the expected output? What do you see instead?
Expected is for the mail client to use SSL. Instead when elmah set's up mail client, since the useSsl was not configured in elmah section, it uses the default, FALSE value, thus overriding the primary value from syste.net/mailclient.
What version of the product are you using? On what operating system?
1.2.?
Please provide any additional information below.
Originally reported on Google Code with ID 367
Reported by balazs.hideghety on 2014-08-07 15:43:44
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
web.config
'ssystem.net/mailsettings
withuseSsl
=true
settingsuseSsl
flag)What is the expected output? What do you see instead?
Expected is for the mail client to use SSL. Instead when elmah set's up mail client, since the
useSsl
was not configured inelmah
section, it uses the default,FALSE
value, thus overriding the primary value fromsyste.net/mailclient
.What version of the product are you using? On what operating system?
1.2.?
Please provide any additional information below.
Originally reported on Google Code with ID 367
Reported by
balazs.hideghety
on 2014-08-07 15:43:44The text was updated successfully, but these errors were encountered: