- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2016
02:47 AM
10-13-2016
02:47 AM
Contact form appears to work but email never arrives
Hi,
Hoping someone can point me in the right direction with this. I've inherited a website built on Magento. While the Contact form appears to work correctly, the email doesn't get delivered to the address that I've set in the Admin.
The server can send emails as I've tested this using the terminal whilst logged into the server.
Does anyone know where to start with this? I'm unfamiliar with the Magento system in general
Thanks in advance
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2016
06:26 AM
10-21-2016
06:26 AM
Re: Contact form appears to work but email never arrives
Hi,
Magento emails are sent via a cron job. If you have SSH access use the below command to setup your magento cron job:
*/5 * * * * sh /path/to/your/magento/site/root/cron.sh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2016
05:10 AM
10-25-2016
05:10 AM
Re: Contact form appears to work but email never arrives
Use the following procedure to set the return-path email:
1.Log in to your Magento Admin Panel.
2.Select System > Configuration
3.Configuration menu; Advanced > System.
4.In the System menu, click Mail Sending Settings, and from the Disable Email Communications select No in Drop down.
5.In the System menu, click Mail Sending Settings, and from the Set Return-Path drop-down list, select Specified.
- In the Return-Path Email field, provide your desired email address.
- Click Save Config.
OpenSource Expert | OpenSource Technologies | www.opensourcetechnologies.com
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions
Magento plugins released: http://www.opensourcetechnologies.com/product/product-category/magento-extensions