CodeIgniter Forums
DKIM support for email library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: DKIM support for email library (/showthread.php?tid=61072)



DKIM support for email library - El Forum - 09-11-2014

[eluser]Unknown[/eluser]
Hello, I am using Codeigniter for all my projects from 2008, and now I have the problem with integration of DKIM support in email Library of Codeigniter.
I searched for long time about this subject, and all what I found is to use PHPmailer class with integrated DKIM support. But I would like to know if is posible to add this feature to already existing email library of this beautyful framework, without using the external one.

Thanks in advance for your answers and help.