darkfreaks Posted August 4, 2012 Share Posted August 4, 2012 is there a way using php mail to send a picture attachment or do i have to use phpmailer i want to be able to upload them as attachment. Link to comment https://forums.phpfreaks.com/topic/266682-mail-attachment/ Share on other sites More sharing options...
Christian F. Posted August 6, 2012 Share Posted August 6, 2012 Yes, but you'll have to construct the multipart mail yourself. I recommend reading through the RFC if you are adamant about not using any existing classes to do this, but I would not recommend building something on your own for use in production. Inventing your own wheel is only for when you want to learn, or you really know what you're doing. Link to comment https://forums.phpfreaks.com/topic/266682-mail-attachment/#findComment-1367246 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.