coolphpdude Posted August 14, 2008 Share Posted August 14, 2008 Hey, Could anyone tell me how to send an image in an automatically generated email? When a user registers i want it to send an image in an automatically generated email, I have the email working just not sure how to include an image that is on the server. Cheers Link to comment https://forums.phpfreaks.com/topic/119623-send-an-image-in-an-automatically-generated-email/ Share on other sites More sharing options...
ignace Posted August 14, 2008 Share Posted August 14, 2008 use the Zend_Mail component from the zend framework http://framework.zend.com Link to comment https://forums.phpfreaks.com/topic/119623-send-an-image-in-an-automatically-generated-email/#findComment-616293 Share on other sites More sharing options...
coolphpdude Posted August 14, 2008 Author Share Posted August 14, 2008 is this an auto-scripting tool?? I'd prefer to write and understand the code myself if it is Cheers though Link to comment https://forums.phpfreaks.com/topic/119623-send-an-image-in-an-automatically-generated-email/#findComment-616295 Share on other sites More sharing options...
HaLo2FrEeEk Posted August 14, 2008 Share Posted August 14, 2008 content type attachment. Search google for "php attachment", or I can give you a little snippet. I have a system set up like that where I user puts in their phone number (verizon only) and a ringtone that is stored on the server gets sent to their phone. It's sending an email, if I let people put in an email address then they'd get the email with the ringtone as an attachment. Link to comment https://forums.phpfreaks.com/topic/119623-send-an-image-in-an-automatically-generated-email/#findComment-616296 Share on other sites More sharing options...
coolphpdude Posted August 14, 2008 Author Share Posted August 14, 2008 Thats great! Thanks Link to comment https://forums.phpfreaks.com/topic/119623-send-an-image-in-an-automatically-generated-email/#findComment-616311 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.