Re: Google Mail SMTP Syntax Erro - WeOnlyDo Discussion board

Re: Google Mail SMTP Syntax Erro (General questions)

by woddrazen, Friday, May 09, 2008, 23:55 (5802 days ago) @ Chris Demmings

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


Complete thread: