rahuul Posted November 13, 2009 Share Posted November 13, 2009 Hello friends, Can some one help how to attach a pdf file using PHP mail function. thanks Quote Link to comment https://forums.phpfreaks.com/topic/181377-how-to-attach-a-pdf-file-in-email-using-php/ Share on other sites More sharing options...
JonnoTheDev Posted November 13, 2009 Share Posted November 13, 2009 Do not use the mail() function for email attachments! Use the PEAR::Mail_Mime library http://pear.php.net/package/Mail_Mime Quote Link to comment https://forums.phpfreaks.com/topic/181377-how-to-attach-a-pdf-file-in-email-using-php/#findComment-956768 Share on other sites More sharing options...
rahuul Posted November 13, 2009 Author Share Posted November 13, 2009 can u tell how to use it Quote Link to comment https://forums.phpfreaks.com/topic/181377-how-to-attach-a-pdf-file-in-email-using-php/#findComment-956778 Share on other sites More sharing options...
JonnoTheDev Posted November 13, 2009 Share Posted November 13, 2009 Read the documentation, there are clear examples http://pear.php.net/manual/en/package.mail.mail-mime.example.php Make sure you have the PEAR libraries installed. http://pear.php.net/manual/en/installation.php Quote Link to comment https://forums.phpfreaks.com/topic/181377-how-to-attach-a-pdf-file-in-email-using-php/#findComment-956785 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.