MAGENTO 1.X – SEND AN EMAIL WITH A PDF ATTACHED PROGRAMMATICALLY


On a Magento project, the easiest way to send an email with an attachment, is using the Zend library (provided by Magento).

  • To do so, let’s do the following:

    Another way to do this, is with the PHPMailer library, but it’s external and not provided by Magento (so i do not recommend using it on Magento projects).
    To load the PHPMailer library, you can download it from its github repository https://github.com/PHPMailer/ , and then locate the file PHPMailerAutoload.php under app/lib/ directory.

    Then, you need to make a function as follows:

  • Once you have your function created, you can call it doing: