Copied to clipboard

Flag this post as spam?

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


  • Jonas Eriksson 930 posts 1825 karma points
    Aug 11, 2009 @ 11:58
    Jonas Eriksson
    0

    Stop all notifications

    Can I pause all notifications (sent on publish for example) on my site for a while? How? They are configured individually by some users and I do not want to loose the settings, just pause it completely for some time.

    TYI

  • Chris Koiak 700 posts 2626 karma points
    Aug 11, 2009 @ 12:02
    Chris Koiak
    101

    You could change the mail settings in your web.config to save all emails to the file system. Therefore the notifications still happen, but just don't get emailed.

    Check out this link for some tips on how to change the settings... http://farmcode.org/post/2009/07/16/Testing-Outgoing-SMTP-Emails-So-Simple!.aspx

    Cheers,

    Chris

  • Jonas Eriksson 930 posts 1825 karma points
    Aug 11, 2009 @ 13:38
    Jonas Eriksson
    0

    Lots of thanks, super useful!

    <system.net>
     
    <mailSettings>
       
    <smtp from="noreply@localhost" deliveryMethod="SpecifiedPickupDirectory">
         
    <specifiedPickupDirectory pickupDirectoryLocation="c:\maildrop" />
       
    </smtp>
     
    </mailSettings>
    </system.net>

Please Sign in or register to post replies

Write your reply to:

Draft