Re: Google Mail SMTP Syntax Erro (General questions)
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 = 465wodSmtp1.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:
- Google Mail SMTP Syntax Erro - Chris Demmings, 2008-05-09, 23:44
- Re: Google Mail SMTP Syntax Erro - woddrazen, 2008-05-09, 23:55
- Re: Google Mail SMTP Syntax Erro - Chris Demmings, 2008-05-12, 17:21
- Re: Google Mail SMTP Syntax Erro - wodDamir, 2008-05-12, 18:15
- Re: Google Mail SMTP Syntax Erro - wodDamir, 2008-05-12, 18:24
- Re: Google Mail SMTP Syntax Erro - Chris Demmings, 2008-05-13, 20:54
- Re: Google Mail SMTP Syntax Erro - woddrazen, 2008-05-13, 21:17
- Re: Google Mail SMTP Syntax Erro - Chris Demmings, 2008-05-13, 20:54
- Re: Google Mail SMTP Syntax Erro - wodDamir, 2008-05-12, 18:24
- Re: Google Mail SMTP Syntax Erro - wodDamir, 2008-05-12, 18:15
- Re: Google Mail SMTP Syntax Erro - Chris Demmings, 2008-05-12, 17:21
- Re: Google Mail SMTP Syntax Erro - woddrazen, 2008-05-09, 23:55