Can't get notifications for Writer's send to publish
Hi. I can't get any notifications at all. First of all, I don't _need_ notifications, I just want a workflow that would allow person-in-charge to review what Writers have done and approve it. As far as I understand, currently, Notifications are the only way to know, what happend.
I have set up web.config smtp settings the same way it already works for my uCommerce Umbraco site: <system.net> <mailSettings> <smtp> <network host="mail.infobox.ru" userName="[email protected]" password="pass" /> </smtp> </mailSettings> </system.net>
, my umbracoSettings.config have <notifications> <email>[email protected]</email> </notifications>
, although it wasn't required for uCommerce Umbraco site.
There is a slim chance something is wrong with server firewall (I have tried to disable it, no difference), but I see no log errors after Writer sent to approve, at all. This in my opinion should mean Umbraco is not even trying to send email (INFO logging level enabled).
I have enabled all Notifications for my admin user that have real email set. I have checked spam folder of mailbox, it's not there either.
I'm using Umbraco 7.0.1, please help me figure out how proper work with Writers should be done. Thank you!
Can't get notifications for Writer's send to publish
Hi. I can't get any notifications at all.
First of all, I don't _need_ notifications, I just want a workflow that would allow person-in-charge to review what Writers have done and approve it. As far as I understand, currently, Notifications are the only way to know, what happend.
I have set up web.config smtp settings the same way it already works for my uCommerce Umbraco site:
<system.net>
<mailSettings>
<smtp>
<network host="mail.infobox.ru" userName="[email protected]" password="pass" />
</smtp>
</mailSettings>
</system.net>
, my umbracoSettings.config have
<notifications>
<email>[email protected]</email>
</notifications>
, although it wasn't required for uCommerce Umbraco site.
There is a slim chance something is wrong with server firewall (I have tried to disable it, no difference), but I see no log errors after Writer sent to approve, at all. This in my opinion should mean Umbraco is not even trying to send email (INFO logging level enabled).
I have enabled all Notifications for my admin user that have real email set. I have checked spam folder of mailbox, it's not there either.
I'm using Umbraco 7.0.1, please help me figure out how proper work with Writers should be done.
Thank you!
Correct, this is fixed for v7.0.2: http://issues.umbraco.org/issue/U4-3830
Hey Sebastiaan, Can we select from the front whom we want to send mail for approval??
Thanks,
Priyanka Kanojia
Sorry for not searching /issues
Thank you!
Of course you can subscribe to the events and send out notifications from your custom code, see the events documentation here: http://our.umbraco.org/documentation/Reference/Events-v6/ContentService-Events
Hi,
Looking at these event doucments I can not see which one relates to the send for approval event? Any help is appriciated.
Geraint
is working on a reply...