Re: Send mail using GMail SMTP server - WeOnlyDo Discussion board

Re: Send mail using GMail SMTP server (General questions)

by Gerard Llort, Thursday, June 22, 2006, 17:06 (6489 days ago) @ woddrazen

Hi Gerard,


You can send e-mail with wodSMTP from Gmil SMTp server on this way:
--------------------------------------------
wodSmtp1.Security = SecurityImplicit
wodSmtp1.Authentication = AuthLogin
wodSmtp1.Login = someone@gmail.com
wodSmtp1.Password = somepass
wodSmtp1.Hostname = smtp.gmail.com
wodSmtp1.Port = 465

wodSmtp1.SendSimple someone@gmail.com , john@gmail.com , test , testing
--------------------------------------------

Hope this helps.


Regards,
Drazen


Complete thread: