简体   繁体   中英

How does Magento deliver mail?

I have noticed that there are no explicit mail settings in Magento on which SMTP server to use to send mail.

For example; I could setup my mail to indicate that it is coming from test@mydomain.com , while at the same time using Google Apps for mail. And, eventhough the SMTP server settings are not possible to setup in a default Magento install. Magento still manages to deliver the mail. How is this possible?

It does what Zend does.

Have a look in /lib/Zend/Mail/

Or check their documentation.

Magento sends emails using Zend_Mail component.
However, you can assign custom SMTP settings using free SMTP Pro extension .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM