This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Use Google Apps for SMTP
Started 13 years ago by Vanlocker | 2 posts |
-
Hi There
I have changed over to Google Apps for our email service and need some help for configuration.
Steve
Posted 13 years ago # -
Simply edit your config.php file and put your Google Apps SMTP server there. It should be like this:
define('USE_SMTP',true); define('SMTP_HOST','smtp.gmail.com'); define('SMTP_PORT',465); define('SMTP_AUTH',true); define('SMTP_USERNAME','username@example.com'); define('SMTP_PASSWORD','yourpassword');
Also, make sure that your PHP has OpenSSL extension enabled, as this is needed to be able connecting to Google server.
MachForm Founder
Posted 13 years ago #
Reply
You must log in to post.