[email protected] Posted July 23, 2011 Share Posted July 23, 2011 What is the best reference, hardcopy or web based, for understanding how to implement Mime based emails w attachments???? I have a script from an old reference (Professional PHP Programming - WROX publisher - 2000) partially working (email sent with correct To: From: Subject: and attachment but, for some reason, no body!!) Thanks in advance for your suggestions. Cheers, Bob G. Quote Link to comment https://forums.phpfreaks.com/topic/242678-mime-email-w-attachment/ Share on other sites More sharing options...
Ninjakreborn Posted July 23, 2011 Share Posted July 23, 2011 Posting your code will help us to assist you better. If your somewhat new to PHP or having issues with this specific area, I recommend using some form of PHPMailer class that already works, and send your attachments that way. http://psoug.org/snippet/Email-w-attachments-class_401.htm http://w100w.com/english/php/email_systems/web-based_email/ http://www.geekology.co.za/blog/2009/06/sending-emails-with-attachments-using-php-mail-function/ http://www.devshed.com/c/a/PHP/Handling-Attachments-in-MIME-Email-with-PHP/ Quote Link to comment https://forums.phpfreaks.com/topic/242678-mime-email-w-attachment/#findComment-1246439 Share on other sites More sharing options...
IrOnMaSk Posted August 2, 2011 Share Posted August 2, 2011 Posting your code will help us to assist you better. post your code and we'll tell you to use a prebuild phpmailer!!! Quote Link to comment https://forums.phpfreaks.com/topic/242678-mime-email-w-attachment/#findComment-1250747 Share on other sites More sharing options...
[email protected] Posted August 2, 2011 Author Share Posted August 2, 2011 Ironmask, Thanks for the offer to help but I managed to muscle my way to getting my code to work. I kinda wish I had started with PHP Mailer in the first place but I don't have time to go back and start over at this point. I should have flagged this problem as Solved last week but will do that as soon as I finish this post. Cheers, Bob G. Quote Link to comment https://forums.phpfreaks.com/topic/242678-mime-email-w-attachment/#findComment-1250779 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.