I would like to get notified when someone create/edit/delete/publish content in my website, i have click on the notifications in the content tree and selected the above options but i didn't get any email. do i need to write any code for that ? how can i set up the notifications? please help me out. Thank you.
Well, my application is not running through mvc ,
We are driving through umbraco back-office . I'm this case how can I handle this situation?? I appreciate your response, thank you.
And another thing is to set the sender mailadress for the notifications in /config/umbracosettings.config:
<notifications>
<!-- the email that should be used as from mail when umbraco sends a notification -->
<email>[email protected]</email>
</notifications>
How to setup the Email Notification in Umbraco
Hello everyone,
I would like to get notified when someone create/edit/delete/publish content in my website, i have click on the notifications in the content tree and selected the above options but i didn't get any email. do i need to write any code for that ? how can i set up the notifications? please help me out. Thank you.
Hi Chinny
You can write handler to receive email on activity you need to.
Thank you Manish , could you please tell me in detail.
Well, my application is not running through mvc , We are driving through umbraco back-office . I'm this case how can I handle this situation?? I appreciate your response, thank you.
You just need to add a new controller in app_code that it.
Hi Chinny,
you should configure your smtp server in web.config. There is a section for this.
Without this the backend notification service can't work.
Hope this helps?
Best, Sören
Hi Sören, where can i find my host ip if i host my Umbraco in the Azure App service?
Thanks,
A
The notification will be sent to the mailadress of your associated umbraco user.
And another thing is to set the sender mailadress for the notifications in /config/umbracosettings.config:
Best, Sören
is working on a reply...