CodeIgniter Forums
How should I use Multi threaded emails using codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: How should I use Multi threaded emails using codeigniter (/showthread.php?tid=65687)



How should I use Multi threaded emails using codeigniter - Ritika - 07-12-2016

Just wanted to implement sending emails and fetching replies in a single thread using Codeigniter ...

Code:
$this->email->set_header('CUSTOM-ID', '#1234567');

I have tried to pass a CUSTOM-ID , say #1234567 for the mail I sent from my application ,  how should  I receive this  CUSTOM-ID back in my replies  from the mail server (eg - Gmail) ?

Or , Is there any other better way to implement the threaded email functionality using CodeIgniter . Please advise . 

Comments and suggestions are welcome  . 

Thank You 


RE: How should I use Multi threaded emails using codeigniter - marksman - 07-12-2016

have you tried pthreads? native multi-threading in php