Nowadays, Email has become a necessary part of the business for various purposes like company communications, marketing and coordinating with business partners, suppliers and customers. By Default, Magento 2 comes with built-in functionality of sending custom Emails to notify the customers as well as store owners for each and every activity. While working on extension development, we came across the requirement of generating, attaching & sending Magento 2 generated Dynamic PDF to customer Email. Throughout developing that functionality, we have tried & tested various code and finally, came out with a small piece of code that today I would like to share with you.
Mainly you need to create two separate files. One is to generate dynamic PDF and another one is to attach that PDF within mail.
Firstly Create Sendmail.php file at App/Code/Vendor/Extension/Controller/Index and write the following code in it.
Comment down below and let the below stars shine if the code has enough helped you to nail the solution. Happy Mailing!
Hello Magento Friends, In today’s blog, I will explain How to Add Tooltip in Checkout…
MongoDB is a popular NoSQL database that offers flexibility and scalability when handling modern web…
In NodeJS, callbacks empower developers to execute asynchronous operations like reading files, handling requests, and…
Hello Magento Friends, In today’s blog, we will learn How to Show SKU in Order…
The "Buy Now" and "Add to Cart" buttons serve as the primary call-to-action (CTA) elements…
Hello Magento Friends, In Magento 2, the checkout process allows customers to choose multiple shipping…