Does Magento 1.9 Use PHPMailer to Handle Emails?

emailmagento-1.9

Recently a critical remote code execution vulnerability in PHPMailer has been discovered, and that has been reported on https://www.wordfence.com/blog/2016/12/phpmailer-vulnerability/?utm_source=list&utm_campaign=122816&utm_medium=email which focuses on WordPress sites.

However I'd like to know if this can affect somehow Magento installations as well or not.

Best Answer

Magento uses Zend\Mail by default. Magento is built upon the Zend framework, and as such uses many of its components.

So, in short, this PHPMailer vulnerability doesn't apply to Magento.

Related Topic