820
Hello to all, welcome to therichpost.com. In this post, I will tell you, Wordpress send pdf with wp_mail function.
Here is the working code and you can add this code into your main function or any hook:
$attachments = array(WP_CONTENT_DIR .'/uploads/2019/08/your-pdf-fine-name.pdf'); $to = therichposts@gmail.com; $subject = "PDF in wp_mail"; $message = "Please check the attached PDF."; $headers = 'From: therichposts@gmail.com' . "\r\n"; wp_mail( $to, $subject, $message, $headers, $attachments);
Â
If you have any query then please let me know.
Jasa jatt
thank you
2 comments
Its not working for me am using php version 8.2 and wordpress version 6.2.2
Okay I will check and update it with latest versions.