fooman / emailattachments

Magento 1 Extension - add order confirmation, invoice, packing slip or creditmemo pdfs to your outgoing transactional emails. Also adds support for attaching terms and conditions and printing the order as a pdf.
http://store.fooman.co.nz/extensions/magento-extension-email-attachments.html
22 stars 22 forks source link

Pdf attachments are not respecting other email gateway like other SMTP or Mandrill #27

Closed seansan closed 8 years ago

seansan commented 8 years ago

Pdf attachments are not respecting other email gateway like other SMTP or Mandrill

We use pdf attachments + send emails via SMTP (but use a different supplier, in this case Amasty SMTP)

Currently Pdf attachments overwrites the queue hereby breaking other extensions that need to do this for the email sending

Can this be altered so Pdf attachments would also work with other email gateways other than the queue?

fooman commented 8 years ago

Pdf attachments are not respecting other email gateway like other SMTP or Mandrill

Unfortunately due to Magento's architecture and their short sighted decision on how to implement the queue functionality any and all email touching extensions now have a rewrite conflict on the queue class.

We have added compatibility with SmtpPro and will have support for Mandrill soon. I consider the SmtpPro implementation the reference implementation as it does not require us to include foreign code but did require a small coordinated change in the smtp extension.

This is also the reason for closing this as wontfix as we will not be able to have a copy of the amasty code in this public repo.

Support for Mandrill is in the works and will be released soon.

sahuspilwal commented 8 years ago

Any indication when support for Mandrill will be added?