![]() |
SMTP error with Sparkpost - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11) +--- Thread: SMTP error with Sparkpost (/showthread.php?tid=65450) |
SMTP error with Sparkpost - matthieubrunet - 06-13-2016 Hi there, I use the email library to send mail using SMTP. I was using Mandrill, and all was working fine. I now use Sparkpost, and I have irregular error. CI Library returns blank error once in a while. The exact same mail can work ten times and fail one. My config : PHP Code: $config['protocol'] = 'smtp'; Here are examples of errors I get with print_debugger() Quote:Example 1: As I get those errors only with Sparkpost, I asked them, and here is their answer : Quote:The errors you’ve pasted are regular parts of the SMTP conversion. For example 1: Does it mean something to one of you ? Thank you very much |