I noticed when you create a form it automatically adds a workflow action to send an email when the form is submitted. I am not receiving these emails. Are there SMTP configurations i need to check?
In your web.config, check under system.net > mailSettings > smtp to see if you have your network host setup. It should look like: <network host="MY.HOST" />
Umbraco 7.2 forms - send email workflow
I noticed when you create a form it automatically adds a workflow action to send an email when the form is submitted. I am not receiving these emails. Are there SMTP configurations i need to check?
In your web.config, check under system.net > mailSettings > smtp to see if you have your network host setup. It should look like: <network host="MY.HOST" />
is working on a reply...