Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Naveed Ali 157 posts 422 karma points
    Oct 06, 2019 @ 13:36
    Naveed Ali
    0

    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

  • Naveed Ali 157 posts 422 karma points
    Oct 06, 2019 @ 14:00
    Naveed Ali
    0

    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

  • Søren Gregersen 355 posts 1468 karma points MVP 2x c-trib
    Oct 06, 2019 @ 21:26
    Søren Gregersen
    0

    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?

  • Amir Khan 1199 posts 2567 karma points
    Oct 07, 2019 @ 22:21
    Amir Khan
    0

    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>
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies