Welcome Guest, Not a member yet? Register   Sign In
Why does sending account activation email from Codeigniter 3 fail?
#2

(This post was last modified: 03-18-2018, 05:45 AM by jreklund.)

Print the error message:
https://www.codeigniter.com/user_guide/l...t_debugger

You are specifying smtp settings but sending with mail. Change protocol into smtp.
You can also delete mailpath and smtp_timeout (sometimes servers hate a too high value).
You need to specify smtp_crypto, due to the fact you are using a ssl port.
Reply


Messages In This Thread
RE: Why does sending account activation email from Codeigniter 3 fail? - by jreklund - 03-18-2018, 05:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB