CodeIgniter Forums
Is there any tools for Intranet Mailbox using php or codeigniter? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Is there any tools for Intranet Mailbox using php or codeigniter? (/showthread.php?tid=74773)



Is there any tools for Intranet Mailbox using php or codeigniter? - prabaharans - 11-04-2019

Is there any tools for Intranet Mailbox using php or codeigniter for windows and linux?
Please help me. I need a solution for above question. it very urgent.
Please help me.


RE: Is there any tools for Intranet Mailbox using php or codeigniter? - jreklund - 11-04-2019

You can use these PHP libraries:
https://github.com/barbushin/php-imap
https://github.com/ddeboer/imap

Or write your own with imap_open:
https://www.php.net/manual/en/function.imap-open.php


RE: Is there any tools for Intranet Mailbox using php or codeigniter? - jbanko70 - 03-27-2020

(11-04-2019, 12:00 PM)jreklund Wrote: You can use these PHP libraries:
https://github.com/barbushin/php-imap
https://github.com/ddeboer/imap

Or write your own with imap_open:
https://www.php.net/manual/en/function.imap-open.php

Thank you very much. It helped me a lot with my website.