magento-2-email-attachments
magento-2-email-attachments copied to clipboard
Magento 2 Email Attachments extension enable the administrator to attach necessary documents such as PDF Invoice, Shipment, Credit Memo as well as add Terms and Conditions to sales emails. With this e...
Fix issue where if emails are sent asynchronously and an error occurs in the first Invoice that's sent, the next Invoice email will contain PDFs from the first Invoice. ###...
### Description Fixed an error when the associated name of the email contains a special character [#343](https://github.com/mageplaza/magento-2-smtp/issues/343) ### Fixed Issues (if relevant) https://github.com/mageplaza/magento-2-smtp/pull/332 ### Manual testing scenarios 1. special char...
This patch allows the user to adapt the filename that is used for the terms and conditions attachment. If no filename is set a default "terms_and_conditions" is used. The filename...
Fixing a known issue in 2.3.3 where customers with UTF-8 characters in their name or surname will get a failure on email sending feature (tested on reset password). https://github.com/magento/magento2/issues/24957
Exception #0 (Exception): Notice: Undefined index: id in /var/www/html/vendor/magento/module-config/Model/Config/Structure/Element/Iterator.php on line 63
This is a fix for issue #5 (other mails are blank) For all mail other than order, invoice, shipment, creditmemo (those with attachment) `Mageplaza\EmailAttachments\Mail\Message::setPartsToBody` is never called. That's why those...