Re: Send mail using GMail SMTP server (General questions)
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:
- Send mail using GMail SMTP server - Gerard Llort, 2006-06-22, 16:33
- Re: Send mail using GMail SMTP server - woddrazen, 2006-06-22, 16:49
- Re: Send mail using GMail SMTP server - Gerard Llort, 2006-06-22, 17:06
- Re: Send mail using GMail SMTP server - Gerard Llort, 2006-06-22, 17:07
- Re: Send mail using GMail SMTP server - AC, 2009-02-06, 19:04
- Re: Send mail using GMail SMTP server - AC, 2009-02-06, 19:07
- Re: Send mail using GMail SMTP server - woddrazen, 2009-02-06, 19:25
- Re: Send mail using GMail SMTP server - AC, 2009-02-06, 19:07
- Re: Send mail using GMail SMTP server - AC, 2009-02-06, 19:04
- Re: Send mail using GMail SMTP server - Gerard Llort, 2006-06-22, 17:07
- Re: Send mail using GMail SMTP server - Gerard Llort, 2006-06-22, 17:06
- Re: Send mail using GMail SMTP server - woddrazen, 2006-06-22, 16:49