Skip to content
Snippets Groups Projects
Commit dc17a39d authored by Daniel Kudwien's avatar Daniel Kudwien
Browse files

Issue #971172 by sun, Shaun Dychko: Clarify Google Apps support.

parent 79d80fb3
No related branches found
No related tags found
No related merge requests found
PHPMailer 7.x-3.x, xxxx-xx-xx PHPMailer 7.x-3.x, xxxx-xx-xx
----------------------------- -----------------------------
#971172 by sun, Shaun Dychko: Clarify Google Apps support.
#811774 by sun, elliotttf: Ported to Drupal 7. #811774 by sun, elliotttf: Ported to Drupal 7.
......
...@@ -74,7 +74,7 @@ Optional: ...@@ -74,7 +74,7 @@ Optional:
page. Then activate "Use mime mail for all messages" on the Mime Mail page. Then activate "Use mime mail for all messages" on the Mime Mail
settings page and choose PHPMailer from the list of available e-mail engines. settings page and choose PHPMailer from the list of available e-mail engines.
* Using Google Mail as SMTP server * Using Google Mail or Google Apps as SMTP server
To send e-mails with Google Mail use the following settings: To send e-mails with Google Mail use the following settings:
...@@ -82,6 +82,7 @@ Optional: ...@@ -82,6 +82,7 @@ Optional:
SMTP port: 465 SMTP port: 465
Secure protocol: SSL Secure protocol: SSL
Username: your_google_mail_name@gmail.com Username: your_google_mail_name@gmail.com
or: your_username@your_google_apps_domain.com
Password: your_google_mail_password Password: your_google_mail_password
In Advanced SMTP settings: In Advanced SMTP settings:
...@@ -90,6 +91,9 @@ Optional: ...@@ -90,6 +91,9 @@ Optional:
Also note the sending limits for Google Mail accounts: Also note the sending limits for Google Mail accounts:
http://mail.google.com/support/bin/answer.py?hl=en&answer=22839 http://mail.google.com/support/bin/answer.py?hl=en&answer=22839
General instructions for Google Mail accounts:
http://mail.google.com/support/bin/answer.py?answer=13287
* Using other popular freemailers as SMTP server * Using other popular freemailers as SMTP server
See http://phpmailer.worxware.com/index.php?pg=tip_srvrs. See http://phpmailer.worxware.com/index.php?pg=tip_srvrs.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment