U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ MT-multithreading and servers » How to use TLS over SMTP
Re: How to use TLS over SMTP [message #48045 is a reply to message #45980] Fri, 12 May 2017 22:34 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1267
Registered: August 2007
Senior Contributor
I made a silly mistake.
Setters should be:

Smtp&      SSL(bool b = true)                                 { ssl = b; if(b) starttls = !b; return *this; }
Smtp&      StartTLS(bool b = true)                            { starttls = b; if(b) ssl = !b; return *this; }


Regards,
Oblivion,


[Updated on: Wed, 17 May 2017 08:41]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Send/receive files with SCP and launch commands with SSH
Next Topic: Code before Thread.Run() nor executed
Goto Forum:
  


Current Time: Thu Jun 18 06:37:31 GMT+2 2026

Total time taken to generate the page: 0.01378 seconds