NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: miasoft on March 26, 2020, 12:46:26 AM

Title: Send Emai TLS
Post by: miasoft on March 26, 2020, 12:46:26 AM
NTWS 10
What do I add to example "SendEmailFromWebBrowser (11) to send Email TLS?
I need some code example for smtp-server, pls :(
Title: Re: Send Emai TLS
Post by: Bruce on March 27, 2020, 12:38:44 AM
The settings will depend on the server you are talking to.
You can use the NetDemo example, SendEmail window to experiment.
Typically you need to set
server address
port
user name
user password
then EITHER ssl or StartTLS

There can be more for specific TLS (SSL) setups, but the above are the typical ones.

cheers
Bruce