fgokey / crashrpt

Automatically exported from code.google.com/p/crashrpt
0 stars 0 forks source link

SMTP Security type settings #210

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In CrashRpt\reporting\crashsender\smtpclient.cpp, there is no member function 
to set the SMTP security type.
Please refer to 
http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.enablessl.asp
x?cs-save-lang=1&cs-lang=cpp#code-snippet-1

By the way, why not use SmtpClient class in System.Net.Mail (.NET Framework)?

Original issue reported on code.google.com by tadhuski...@gmail.com on 19 Jun 2013 at 9:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Or please refer to:
http://www.codeproject.com/Articles/98355/SMTP-Client-with-SSL-TLS

Original comment by tadhuski...@gmail.com on 19 Jun 2013 at 1:06

GoogleCodeExporter commented 9 years ago
CrashRpt code is written in C++, so I cannot use a .NET component. But the 
SSL-TLS class from CodeProject seems good.

Original comment by zexspect...@gmail.com on 19 Jun 2013 at 1:08