Search found 1 match

by mahawolf
Fri Oct 08, 2010 9:33 am
Forum: Installation and configuration
Topic: [SOLVED] Email Not sending to users when pass reset.
Replies: 16
Views: 44465

Re: Email Not sending to users when pass reset.

Additionally, I changed some code and succeeded.

<deleted code>
$g_smtp_port = 587;

<fixed code>
"$g_smtp_host = 'smtp.gmail.com';" -> "$g_smtp_host = 'smtp.gmail.com:465'; #(or 587)"