Home » U++ Library support » U++ MT-multithreading and servers » How to use TLS over SMTP
Re: How to use TLS over SMTP [message #48101 is a reply to message #48098] |
Wed, 17 May 2017 10:05   |
Tom1
Messages: 1303 Registered: March 2007
|
Ultimate Contributor |
|
|
Hi Oblivion,
The following line compiles with "warning C4804: '<': unsafe use of type 'bool' in operation":
if(!ext.Find("starttls") < 0)
I guess it should be (?):
if(ext.Find("starttls") < 0)
Other than that, it works just beautifully. I tested against two servers. One supported unauthenticated access on plain, SSL/TLS and STARTTLS. The other supported authenticated STARTTLS only. All OK! 
Guess it's time to get this in Core/SMTP now.
Thank you very much!
Best regards,
Tom
[Updated on: Wed, 17 May 2017 10:07] Report message to a moderator
|
|
|
 |
|
How to use TLS over SMTP
By: Shwetha on Sat, 06 February 2016 12:55
|
 |
|
Re: How to use TLS over SMTP
By: mirek on Sun, 07 February 2016 07:08
|
 |
|
Re: How to use TLS over SMTP
By: Tom1 on Fri, 12 May 2017 17:37
|
 |
|
Re: How to use TLS over SMTP
|
 |
|
Re: How to use TLS over SMTP
|
 |
|
Re: How to use TLS over SMTP
By: Klugier on Fri, 12 May 2017 22:42
|
 |
|
Re: How to use TLS over SMTP
By: Tom1 on Sat, 13 May 2017 10:13
|
 |
|
Re: How to use TLS over SMTP
|
 |
|
Re: How to use TLS over SMTP
By: Tom1 on Sat, 13 May 2017 20:55
|
 |
|
Re: How to use TLS over SMTP
By: Tom1 on Mon, 15 May 2017 09:22
|
 |
|
Re: How to use TLS over SMTP
|
 |
|
Re: How to use TLS over SMTP
By: Tom1 on Mon, 15 May 2017 11:06
|
 |
|
Re: How to use TLS over SMTP
|
 |
|
Re: How to use TLS over SMTP
By: Tom1 on Wed, 17 May 2017 10:05
|
 |
|
Re: How to use TLS over SMTP
|
 |
|
Re: How to use TLS over SMTP
By: mirek on Wed, 05 July 2017 12:15
|
Goto Forum:
Current Time: Mon Jun 09 00:10:33 CEST 2025
Total time taken to generate the page: 0.04151 seconds
|