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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.