Copied to clipboard

Flag this post as spam?

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


  • Dima Stefantsov 100 posts 225 karma points
    Jan 14, 2014 @ 16:16
    Dima Stefantsov
    0

    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!

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Jan 14, 2014 @ 19:02
    Sebastiaan Janssen
    100

    Correct, this is fixed for v7.0.2: http://issues.umbraco.org/issue/U4-3830

  • Priyanka Kanojia 17 posts 88 karma points
    Feb 19, 2019 @ 10:14
    Priyanka Kanojia
    0

    Hey Sebastiaan, Can we select from the front whom we want to send mail for approval??

    Thanks,

    Priyanka Kanojia

  • Dima Stefantsov 100 posts 225 karma points
    Jan 14, 2014 @ 19:03
    Dima Stefantsov
    0

    Sorry for not searching /issues
    Thank you!

  • Sebastiaan Janssen 5061 posts 15544 karma points MVP admin hq
    Jan 14, 2014 @ 19:03
    Sebastiaan Janssen
    0

    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

  • Geraint Taylor 3 posts 23 karma points
    Feb 06, 2014 @ 15:52
    Geraint Taylor
    0

    Hi,

    Looking at these event doucments I can not see which one relates to the send for approval event? Any help is appriciated.

    Geraint

  • 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