Re: Semd mail using gmail SMTP server - WeOnlyDo Discussion board

Re: Semd mail using gmail SMTP server (General questions)

by woddrazen, Monday, June 01, 2009, 11:41 (5436 days ago) @ JohnW

Hi John,


Can you please try something like this for sending email using Gmail SMTP server
[code]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 , to@gmail.com , test , testing [/code]
Let us know how it goes.


Regards,
Drazen


Complete thread: