Welcome Guest, Not a member yet? Register   Sign In
What is the smtp server Codeigniter uses?
#4

(This post was last modified: 01-17-2017, 11:36 PM by enlivenapp.)

PHP's mail function doesn't require SMTP, I think you might have a misconfiguration happening.  If you're using CI's mail to try and use PHP's mail, make sure your config is set to use PHP's mail.  See the link @ragingTouch posted.

specifically: 

PHP Code:
$config['protocol'] = 'mail';  // not SMTP or Sendmail 


Here's PHP's doc on mail.
http://php.net/manual/en/function.mail.php
Reply


Messages In This Thread
RE: What is the smtp server Codeigniter uses? - by enlivenapp - 01-17-2017, 11:35 PM



Theme © iAndrew 2016 - Forum software by © MyBB