Welcome Guest, Not a member yet? Register   Sign In
Email function doesn't work since 3 septembre 2015
#1

(This post was last modified: 11-27-2015, 03:46 PM by pcayrol.)

Hello,

I build a php-sql website based on CodeIgniter 3 years ago.
I don't remeber the CI version, how can i know that ?

So since the september 3rd 2015, no email are sent with the email library of CI...

I tried the simply test :

PHP Code:
$this->load->library('email');

$this->email->from('[email protected]''Your Name');
$this->email->to('[email protected]'); 

$this->email->subject('Email Test');
$this->email->message('Testing the email class.'); 

$this->email->send();

echo 
$this->email->print_debugger(); 

but nothing happens.

Someone has an idea to fix or to try to debug ?

Thanks a lot and sorry for my poor english... Sad

Paco
Reply


Messages In This Thread
Email function doesn't work since 3 septembre 2015 - by pcayrol - 11-21-2015, 09:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB