I use CouchCMS as my content manager for website. I also install MAMP (Windows version) for php/mysql/apache solution. I'm trying to enable phpMail feature to use Gmail's SMTP, but failed.
My php.ini in C:\MAMP\conf\php5.6.3\php.ini
[mail function]
; For Win32 only.
SMTP = smtp.gmail.com
smtp_port = 25
auth_username = xxxxxx
auth_password = xxxxxx
; For Win32 only.
sendmail_from = xxxxx@gmail.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
Any idea to debug this issue?