Using Google Apps gmail with Symfony nahomail plugin

Posted by bobo on Stack Overflow See other posts from Stack Overflow or by bobo
Published on 2011-01-16T06:47:21Z Indexed on 2011/01/16 6:53 UTC
Read the original article Hit count: 341

Filed under:
|
|
|
|

My boss asks me to update a domain to adopt Google Apps, now everything has been done except the website is still not updated to use the Google Apps gmail server.

The website is running on Symfony 1.4.x but it is not the latest 1.4.x version, and it does not have Swiftmailer included. It now sends email (e.g. user registration confirm email) using the nahomail plugin.

Now I would like to make it send email using the Google Apps gmail server.

The website is going to be abandoned after a few months, for simplicity, I am going to do an update directly on the production server and so I am trying to avoid as many trial-and-errors as possible.

I wonder if anyone is actually using this plugin and can share the nahomail settings for gmail server that has been working nicely.

Many thanks to you all.

© Stack Overflow or respective owner

Related posts about email

Related posts about symfony