How can I configure Drupal 6 to work with gmail IMAP?
These are the errors I get when trying to send email from Drupal.
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 = info@mysite.com
Thanks in advance!
Assuming you are trying to send email, the SMTP Authentication Support module is the way to go. I use the 6.x-1.x-dev version on a number of sites with no problem.