Welcome Guest, Not a member yet? Register   Sign In
sending email not working
#7

[eluser]cideveloper[/eluser]
If you have a gmail account try these settings

Code:
$config['protocol']="smtp";
$config['smtp_host']="ssl://smtp.googlemail.com";
$config['smtp_port']="465";
$config['smtp_timeout']="30";
$config['smtp_user']="[email protected]";
$config['smtp_pass']="password";
$config['charset']="utf-8";
$config['newline']="\r\n";

That way you can check with a server you know that can send mail. Sometimes sendmail might not be configured properly, and this will rule out any problem with CI


Messages In This Thread
sending email not working - by El Forum - 11-15-2010, 02:08 AM
sending email not working - by El Forum - 11-15-2010, 06:42 AM
sending email not working - by El Forum - 11-15-2010, 10:29 AM
sending email not working - by El Forum - 11-15-2010, 04:04 PM
sending email not working - by El Forum - 07-14-2011, 08:19 PM
sending email not working - by El Forum - 07-14-2011, 11:10 PM
sending email not working - by El Forum - 07-14-2011, 11:29 PM
sending email not working - by El Forum - 07-15-2011, 01:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB