In symfony2.3 I am using swiftmailer.
I have a Google Apps address like [email protected] and my normal gmail address [email protected]
When using:
mailer_transport: smtp
mailer_encryption: ssl
auth_mode: login
mailer_host: smtp.gmail.com
mailer_user: myname
mailer_password: pymass
the configuration works great and it sends emails from my gmail address but using [email protected] as mailer_user with correct password doesn't work.
Any ideas?