Skip to content
Advertisement

Codeigniter $this->email->send() not working while mail() does

I can’t figure out why if I try to use the CI Email Class it doesn’t send emails, while if I use the native PHP mail() Class works.

Has to be noted that sometimes I get “email sent” while is not actually sent and sometimes I get the error “my server is not setup”.

I tried to figure out how to set it up but… nothing…

Controller code follows:

JavaScript

Advertisement

Answer

Use this setup email..

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement