Tuesday, November 22, 2011

Drupal - smtp with gmail

To use Gmail App with Drupal, use the SMTP Authentication Support module. Install a version of this module that is compatible with your version of Drupal.





Open your modules page, find the SMTP module, and configure it with the following settings:
  • SMTP Server – smtp.gmail.com
  • SMTP Port – 465
  • Use Encrypted Protocal - Yes, Use-ssl
  • Username – gmail Email-address
  • Password – gmail Password
Don't forget to turn the module on and send your first test-mail.

2 comments:

  1. Port is 465: http://support.google.com/mail/bin/answer.py?hl=en&answer=13287

    ReplyDelete