Welcome Guest, Not a member yet? Register   Sign In
SMTP Email Setup and Troubleshooting
#1

Hello,
CI 3.x

I have created a /config/email.php config file.

I have this set:
PHP Code:
$config['protocol'] = 'smtp';
// $config['mailpath'] = '/usr/sbin/sendmail';
$config['charset'] = 'iso-8859-1';
$config['wordwrap'] = TRUE;
$config['smtp_host'] = 'mail.jonespublishing.com';
$config['smtp_user'] = '<someuser>@jonespublishing.com';
$config['smtp_pass'] = '<pass>'


I'm at a loss how to troubleshoot this... as I don't have access to the mail.jonespublishing.com logs.  Relaying from this IP should be allowed.

Ideas?
Thx,
Donovan
Reply


Messages In This Thread
SMTP Email Setup and Troubleshooting - by dbrooke - 11-21-2016, 12:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB