Skip to content

Instantly share code, notes, and snippets.

@xaptronic
Created October 7, 2011 12:50
Show Gist options
  • Save xaptronic/1270216 to your computer and use it in GitHub Desktop.
Save xaptronic/1270216 to your computer and use it in GitHub Desktop.
Symfony mailer config
mailer:
param:
transport:
class: Swift_SmtpTransport
param:
host: smtp.gmail.com
port: 465
encryption: ssl
username: your_gmail_account
password: your_gmail_password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment