Smoke Test Gmail Config

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
hdogg
Forum Newbie
Posts: 13
Joined: Fri Apr 06, 2007 10:39 am

Smoke Test Gmail Config

Post by hdogg »

How do i setup the testconfiguration.php to send to gmail account?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: Smoke Test Gmail Config

Post by Chris Corbyn »

hdogg wrote:How do i setup the testconfiguration.php to send to gmail account?
SMTP_HOST = smtp.gmail.com
SMTP_PORT = 465
SMTP_ENCRYPTION = tls
SMTP_USER = ???
SMTP_PASS = ???
Post Reply