[email protected] Posted November 19, 2009 Share Posted November 19, 2009 Need to send email in a email template like iContact or ConstantContact. $email_id="[email protected]"; $subject="Hi" $message=""//I need to insert a email template saved as photoshop image on my computer. How to do it? Or is there any other way to do it? mail($email_id, $subject, $message); Link to comment https://forums.phpfreaks.com/topic/182090-attaching-email-template/ Share on other sites More sharing options...
[email protected] Posted November 20, 2009 Author Share Posted November 20, 2009 I need to send email to people in my database. But I need to send in template form. Any help? Link to comment https://forums.phpfreaks.com/topic/182090-attaching-email-template/#findComment-961716 Share on other sites More sharing options...
emopoops Posted November 20, 2009 Share Posted November 20, 2009 what do u mean in template form? you make the email have the correct headers to do the html gig and then u type your html into the message variable. thats about it. if ur looking for a template go to an html forum. and btw i heard image maps are widely supported in email clients Link to comment https://forums.phpfreaks.com/topic/182090-attaching-email-template/#findComment-961721 Share on other sites More sharing options...
Trizen Posted November 20, 2009 Share Posted November 20, 2009 i know photoshop has the ability to convert our images into a source template. i would try that then post the source into something like dreamweaver and then edit as needed then copy the template in the the $message area. Link to comment https://forums.phpfreaks.com/topic/182090-attaching-email-template/#findComment-961723 Share on other sites More sharing options...
emopoops Posted November 20, 2009 Share Posted November 20, 2009 you need html header hon! Link to comment https://forums.phpfreaks.com/topic/182090-attaching-email-template/#findComment-961726 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.