Email function of Vanillia 1.1.8 does not work!
Hi,
After installing the latest version of Vanilla, I set SMTP server as smtp.gmail.com with my username and pwd. When test the email function, ex. send out the forgotten password, the error message is:
Affected Elements
Email.ServerParse();
The error occurred on or near: 530 5.7.0 Must issue a STARTTLS command first. 25sm1333197aga.57
Is it a bug or I miss some? Thanks!
0
Comments
1 Fix the codes on Framework.Class.Email.php line 202:
Please ref to http://lussumo.com/community/discussion/5151/how-to-use-gmail-as-default-email-server-for-site/#Item_7
2. Set the right value in "settings.ini" of Vanilla.1.1.8
$Configuration['SMTP_HOST'] = 'smtp.gmail.com:465';
Hope it will help those who have the same problems.