Copied to clipboard

Flag this post as spam?

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


  • Johannes Lantz 156 posts 840 karma points c-trib
    Mar 11, 2017 @ 17:08
    Johannes Lantz
    0

    Email notifications

    Hi,

    I just installed this package and it looks really great!
    But I was wondering if the email notifications will work if you run it locally only, cant't get it work. I am running it on umbraco v7.5.4. Would appreciate some assistance =)

  • Cimplex 113 posts 576 karma points
    Mar 13, 2017 @ 07:12
    Cimplex
    100

    Hi Johannes,

    The emails are sent by the default smtp provider you assign in the web.config:

    <system.net>
        <mailSettings>
          <smtp>
            <network host="127.0.0.1" userName="username" password="password" />
          </smtp>
        </mailSettings>
      </system.net>
    

    If you dont have a smtp provider you can debug the emails that is being sent from localhost using a program called Papercut. Read more here: https://papercut.codeplex.com/

    You can also use a service called SendGrid that will let you send emails through their smtp service max 40k / month. http://sendgrid.com/

    // Herman

  • Johannes Lantz 156 posts 840 karma points c-trib
    Mar 13, 2017 @ 10:58
    Johannes Lantz
    1

    Thank you so much, works like a charm now!

  • 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