Skip to content

Instantly share code, notes, and snippets.

@e-vural
Created July 28, 2015 23:17
Show Gist options
  • Save e-vural/f848f525ab49832c26e0 to your computer and use it in GitHub Desktop.
Save e-vural/f848f525ab49832c26e0 to your computer and use it in GitHub Desktop.
app/config/parameters.yml
mailer_transport: gmail
mailer_encryption: ssl
mailer_auth_mode: login
mailer_host: smtp.gmail.com
mailer_user: adresiniz@gmail.com
mailer_password: şifreniz
app/config/config_dev.yml
swiftmailer:
transport: gmail
host: "smtp.gmail.com"
spool: { type: memory }
encryption: ssl
auth_mode: login
host: smtp.gmail.com
username: mailadresiniz@gmail.com
password: şifreniz
app/config/config.yml
swiftmailer:
transport: gmail
host: "smtp.gmail.com"
username: mailadresiniz@gmail.com
password: şifreniz
encryption: ssl
auth_mode: login
spool: { type: memory }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment