Search code examples
magento-1.4magento-1.5magento

How to change the URL email is coming from


How to change the "FROM URL" to my "website name"? I tried to change it via

System -> Configuration -> Store Email Addresses

and Transactional Email, but there is nothing which can change that.


Solution

  • I have resolved this issue by following these three steps:

    1. Make changes to php.ini on line #683

      sendmail_path = /usr/sbin/sendmail -t -i [email protected] -nMY CompanyName

    2. Changed lib/Zend/mail.php line #686

      $this->_storeHeader('From', '[email protected]', true);

    3. In cPanel created email account with the same name "[email protected]"