Send an Email Based on smtp.gmail.com from Magento

magento-1.8php-5.4phpstorm

I don't have any mail servers.

So how to configure the mail settings(settings->configuration->advanced->system->Mail sending settings) in magento admin panel using smtp.gmail.com

and how to send an email based on that settings ?

Best Answer

There is no way to configure magento to use something else for sending mails than the builtin mail(), but ASchroder implemented something for this:

Magento SMTP Pro Extension

Related Topic