Jump to content

jeroenvdpol

Newbies
  • Posts

    3
  • Joined

  • Last visited

Everything posted by jeroenvdpol

  1. smtp.gmail.com:465 with SSL works! smtp.gmail.com:587 works only with TSL
  2. Thanks David! It works fine with Thunderbird if I mark the "TLS connection" in the SMTP server settings. If I use "SSL" in the settings for SMTP server it does not work. Within the 360Works email plugin I can only give it a SSL connection, so I guess that causes the problem? Is there any way i can define TLS in the scripts?
  3. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.