CodeIgniter Forums
Email in HTML and TEXT - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Email in HTML and TEXT (/showthread.php?tid=78778)



Email in HTML and TEXT - Gehasi - 03-09-2021

Hi,

I want to send an email with codeigniter 4 in HTML and also as Text for those who cant read HTML emails. How can I do that?

Thx for your help...


RE: Email in HTML and TEXT - InsiteFX - 03-09-2021

CodeIgniter 4 User Guide - Email Class -> setAltMessage


RE: Email in HTML and TEXT - Gehasi - 03-10-2021

(03-09-2021, 09:57 PM)InsiteFX Wrote: CodeIgniter 4 User Guide - Email Class -> setAltMessage

Thanksa a lot thats exactly what I was looking for.