Jump to content
Server Maintenance This Week. ×

sending via googole smtp


This topic is 5281 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

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

Edited by Guest
Link to comment
Share on other sites

Who is your ISP? Certain ISPs will block outgoing mail and stop you from successfully connecting to smtp servers other than their own. You can connect to gmail smtp using 465 or 587, so I would also give 587 a try and see if this connection works for you.

Also, have you tried these settings on a normal mail client? That is a good way to diagnose if your settings are correct and traffic is allowed through your network.

Link to comment
Share on other sites

  • Newbies

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?

Edited by Guest
Link to comment
Share on other sites

This topic is 5281 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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