Copied to clipboard

Flag this post as spam?

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


  • ben 18 posts 38 karma points
    Aug 07, 2009 @ 02:09
    ben
    0

    Users and Send to publish

    I have v4 of umbraco and very new to using it, i have set up a user with editor rights and i can login and change content and then click send to publish, but who gets the email? and where do i change it etc?

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Aug 07, 2009 @ 05:10
    Aaron Powell
    0

    No one will receive an email by default, they need to subscribe to notifications for that page.

  • Roel Snetselaar 151 posts 305 karma points
    Aug 07, 2009 @ 07:27
    Roel Snetselaar
    2

    In addition, you need to configure a smtp server in your web.config:

    <add key="umbracoSmtpServer" value="127.0.0.1"/>

     

    and you need to configure a from address in the umbracoSettings.xml

    <notifications>
    <!-- the email that should be used as from mail when umbraco sends a notification -->
    <email>[email protected]</email>
    </notifications>

     

    If you want a user to receive notifications, log on to the backoffice, right click on a node you want to receive notifications for and go to "notifications"

    The content of the actual notification email being sent can be changed in the appropriate language file, for example: umbraco/config/lang/en.xml

  • Aaron Powell 1708 posts 3046 karma points c-trib
    Aug 07, 2009 @ 07:44
    Aaron Powell
    1

    FYI - umbracoSmtpServer was removed from v4 and it now uses the System.Net config section (http://msdn.microsoft.com/en-us/library/system.net.configuration.aspx)

  • Roel Snetselaar 151 posts 305 karma points
    Aug 07, 2009 @ 09:54
    Roel Snetselaar
    0

    @Slace oops :) I didn't actually look it up but copy pasted some config code. Thnx for mentioning.

  • ben 18 posts 38 karma points
    Aug 07, 2009 @ 11:35
    ben
    0

    Thanks for this guys, so if someone where to subscribe to the top level node, ie Home would they get alerted for all pages under it or just that page?

  • Douglas Robar 3570 posts 4711 karma points MVP ∞ admin c-trib
    Aug 07, 2009 @ 14:23
    Douglas Robar
    0

    Yes, I believe that's the case.

    cheers,
    doug.

Please Sign in or register to post replies

Write your reply to:

Draft