Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14115

SMTP Email Setup and Troubleshooting

$
0
0
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

Viewing all articles
Browse latest Browse all 14115

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>