Hi, I need to connect to the google smtp server with a TLS connection.
When I am using:
Set Variable[$result =
EmailConnectSMTP(
"smtp.gmail.com:465" ;
"username" ;
"password" ;
"ssl=1" )]
it does not connect. When I leave out the "ssl=1" it does connect, but with sending (using EmailSend) I get the following errormessage:
530 5.7.0 Must issue STARTTLS command first
Any suggestions?
Thanks in advance,
Jeroen