Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have done both these steps: See - https://our.umbraco.org/documentation/reference/config/umbracosettings/#notifications
Next step is to use a SMTP server to send the emails out from Umbraco. What you need is go to the web.config file and add the SMTP settings like this https://our.umbraco.org/Documentation/Reference/Config/webconfig/#smtp-settings
I am using SendGrid as the SMTP service
I have set up a basic Umbraco form and when I press submit it does nothing. It does not send en email or say thank you etc upon submission
Having an absolute nightmare with this.
Is there something I am missing on setting the SMTP service up within umbraco?
Thanks
Also I like to add I have set it up for Merchello notifications and they work fine. So i know it is not the SMTP service
From what you describe it seems like your forms are not being submitted.
You should take a look at that first, since you wont get an e-mail-workflow running when forms are not submitted correct.
Are there any errors in your logs?
Did you add the scripts below to your template, assuming you're using the Umbraco Foms package? I've had issues where I've forgotten.
Some version of jQuery along with these two:
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js"></script> <script src="https://ajax.aspnetcdn.com/ajax/mvc/5.1/jquery.validate.unobtrusive.min.js"></script>
I am having a very similar issue. Once my form is submitted I can see the entry in Umbraco Forms but nothing arrives in Sendgrid and I don't get the confirmation email. Using U7.15.10
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
setting up SMTP service
I have done both these steps: See - https://our.umbraco.org/documentation/reference/config/umbracosettings/#notifications
Next step is to use a SMTP server to send the emails out from Umbraco. What you need is go to the web.config file and add the SMTP settings like this https://our.umbraco.org/Documentation/Reference/Config/webconfig/#smtp-settings
I am using SendGrid as the SMTP service
I have set up a basic Umbraco form and when I press submit it does nothing. It does not send en email or say thank you etc upon submission
Having an absolute nightmare with this.
Is there something I am missing on setting the SMTP service up within umbraco?
Thanks
Also I like to add I have set it up for Merchello notifications and they work fine. So i know it is not the SMTP service
From what you describe it seems like your forms are not being submitted.
You should take a look at that first, since you wont get an e-mail-workflow running when forms are not submitted correct.
Are there any errors in your logs?
Did you add the scripts below to your template, assuming you're using the Umbraco Foms package? I've had issues where I've forgotten.
Some version of jQuery along with these two:
I am having a very similar issue. Once my form is submitted I can see the entry in Umbraco Forms but nothing arrives in Sendgrid and I don't get the confirmation email. Using U7.15.10
is working on a reply...