Code: Select all
# SMTP settings (optional)
smtp_server => 'smtp.gmail.com',
smtp_user => 'user',
smtp_pass => 'password',
And get error:
Software error:
SMTP auth() command not supported on smtp.gmail.com
For help, please send mail to the webmaster (), giving this error message and the time and date of the error.
Software error:
[Wed Nov 13 23:44:02 2013] index.cgi: SMTP auth() command not supported on smtp.gmail.com
For help, please send mail to the webmaster (), giving this error message and the time and date of the error.
Maybe it because I didnt set port? (465) There is no option for port and SSL.