Copied to clipboard

Flag this post as spam?

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


  • Matthew Jarvis 6 posts 38 karma points
    Jan 26, 2017 @ 15:37
    Matthew Jarvis
    1

    Email Notifications

    Running Umbraco 7.4.1.

    Appear to have installed Dialogue correctly (in that I can see forum, category, login,registation) in my content tree.

    Registering/login of user also works, member successfully added in the Umbraco backend.

    Having an issue though in that Email Notification is not working - as in when a member registers, requests a new password, email notifications of post replies.... no email is sent.

    I have checked SMTP settings in web.config and settings entered correctly (as a test have also used smtp settings from a 2nd site I manage and still nothing) .

    Have also added emails where needed on the forum settings within the content tree.

    I'm not particularly techie, wondering if anyone might have an idea why email notifications wouldn't be sending?

    Thanks

    Matt

  • Nigel Wilson 944 posts 2076 karma points
    Aug 24, 2017 @ 01:05
    Nigel Wilson
    0

    Hi there

    Have you checked for any errors in the log files ?

    /App_Data/Logs/

    Cheers

    Nigel

  • Markus Johansson 1911 posts 5757 karma points MVP c-trib
    Apr 09, 2018 @ 13:09
    Markus Johansson
    1

    We'll first of all you need to configure the SMTP-server in the root web.config-file.

    You also need to make sure that there is an email configured in /config/umbracoSettings.config

    <settings>
      ..
       <content>
     ...  
           <notifications>
              <!-- the email that should be used as from mail when umbraco sends a notification -->
              <email>[email protected]</email>
          </notifications>
      </content>
    

    Sometimes, we've also seen that you need to add SPF-headers on the domain (email.here in this example) to make sure that the configured mailserver (in web.config) are a valid sender for this domain.

  • Nurhak Kaya 53 posts 147 karma points MVP 2x c-trib
    Aug 29, 2018 @ 14:57
    Nurhak Kaya
    1

    In case you are struggling with Umbraco e-mail notifications, please see my blog about this, hope it helps.

Please Sign in or register to post replies

Write your reply to:

Draft