Categories

Tuesday, April 23, 2024
#919814419350 therichposts@gmail.com
WordpressWordpress TricksWp Tricks

WordPress send pdf with wp_mail function

How to add custom meta title and meta description in Wordpress?

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  = 'user@gmail.com';
$subject = 'WordPress wp_mail';
$message     = "Please check the attached PDF.";
array('Content-Type: text/html; charset=UTF-8', 'From: mysite <contact@mail.com>');
wp_mail( $to, $subject, $message, $headers, $attachments );

 

If you have any query then please let me know.

Jasa jatt

thank you

therichpost
the authortherichpost
Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 14, Angular 15, Angular 16, Angular 17, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.

4 Comments

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.