I am using umbraco 11 with workflow,
I declare The Notification but I didn't get emails and notifications when the workflow is in progress.
I am using SendGrid and I declate the settings in the confilg file.
In order to rule out email problems, I would recomend installing papercut SMTP, this will enable you to check the notifications are sending out your emails. This will give you an idea as to where the problem is (notofications or email settings)
yes, it is a local smtp server so allows you to test if emails are being generated and sent, something it is not always possible to do with a non-local third party smtp server.
Workflow Notifications
I am using umbraco 11 with workflow, I declare The Notification but I didn't get emails and notifications when the workflow is in progress. I am using SendGrid and I declate the settings in the confilg file.
What can be the issue? Thank you.
Hi Nechama,
In order to rule out email problems, I would recomend installing papercut SMTP, this will enable you to check the notifications are sending out your emails. This will give you an idea as to where the problem is (notofications or email settings)
Thank you for your reply, Is papercut instead of the sendgrid?
yes, it is a local smtp server so allows you to test if emails are being generated and sent, something it is not always possible to do with a non-local third party smtp server.
https://24days.in/tech-tips/2022/papercut-smtp/
is working on a reply...