AdamBenoit / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

if useSsl in elmah is not set, it will be set to FALSE by default #367

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Configure email via web.config's system.net/mailsettings with useSsl = true 
settings
2. 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.

Original issue reported on code.google.com by balazs.h...@gmail.com on 7 Aug 2014 at 3:43

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/367
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 25 Aug 2015 at 8:26