How can I configure Drupal 6 to work with gmail?

Posted by Tarzan on Stack Overflow See other posts from Stack Overflow or by Tarzan
Published on 2010-04-22T22:25:12Z Indexed on 2010/04/28 18:47 UTC
Read the original article Hit count: 289

Filed under:
|

How can I configure Drupal 6 to work with gmail IMAP?

These are the errors I get when trying to send email from Drupal.

  • warning: mail() [function.mail]: SMTP server response: 530 5.7.0 Must issue a STARTTLS command first. 23sm231165iwn.2 in C:\inetpub\wwwroot\acquia-drupal\includes\mail.inc on line 193.
  • Unable to send e-mail. Please contact the site administrator if the problem persists.

These are the settings in my PHP.ini file.

[mail function]
; For Win32 only.
SMTP = smtp.gmail.com
smtp_port = 587

; For Win32 only.
sendmail_from = [email protected]

Thanks in advance!

© Stack Overflow or respective owner

Related posts about drupal

Related posts about gmail-imap