Re: Google Mail SMTP Syntax Erro - WeOnlyDo Discussion board

Re: Google Mail SMTP Syntax Erro (General questions)

by Chris Demmings, Monday, May 12, 2008, 17:21 (5799 days ago) @ woddrazen

Hi Chris,


You can send e-mail with wodSMTP from Gmail SMTP server on this way:
[code]wodSmtp1.Security = SecurityImplicit
wodSmtp1.Authentication = AuthLogin
wodSmtp1.Login = someone( at )gmail( point )com
wodSmtp1.Password = somepass
wodSmtp1.Hostname = smtp.gmail.com
wodSmtp1.Port = 465

wodSmtp1.SendSimple someone( at )gmail( point )com , john( at )gmail( point )com , test , testing [/code]

Hope this helps.


Regards,
Drazen

Hi Drazen,

Thanks for the response. I copied those suggestions into the test program and inserted by gmail username and password. The response from the program is still more or less the same. Has google put some kind of restrictions on this ?

Response from test program.
--------------------------
State changed to Disconnected, will retry.
State changed to Connecting to the server.
Connecting to smtp.gmail.com
State changed to Negotiating SSL encryption.
State changed to Established SSL encryption.
State changed to Sending greeting to the server.
State changed to Sending authentication information.
State changed to Connected to the server.
Connected, server capabilities are:
SIZE 28311552
8BITMIME
AUTH LOGIN PLAIN
ENHANCEDSTATUSCODES
State changed to Sending MAIL FROM command.
State changed to Connected to the server.
State changed to Not connected.
DISCONNECTED 5.5.2 Syntax error. f20sm13563302waf.53
There are 0 recipients left
DONE!

DONE!
State changed to Disconnected, will retry.


Complete thread: