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 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 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 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 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
Archived
This topic is now archived and is closed to further replies.