marcus Posted October 17, 2006 Share Posted October 17, 2006 how is this done?i know how to use the mail() function, but how can i incorparate images in the email? Link to comment https://forums.phpfreaks.com/topic/24255-sending-email-with-images-not-attachments/ Share on other sites More sharing options...
digitalgod Posted October 17, 2006 Share Posted October 17, 2006 simply by using html, make sure your mail headers have this at least$headers = "MIME-Version: 1.0\r\n";$headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; Link to comment https://forums.phpfreaks.com/topic/24255-sending-email-with-images-not-attachments/#findComment-110238 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.