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 =)
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/
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 =)
Hi Johannes,
The emails are sent by the default smtp provider you assign in the web.config:
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
Thank you so much, works like a charm now!
is working on a reply...