Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
graz
Chief SQLTeam Crack Dealer
4149 Posts |
Posted - 2009-08-30 : 13:15:21
|
I updated the code that sends out forum notification activity. You can see a sample below. The changes include:1. Better error handling. The code before would stop executing if it encountered a problem and never restart. The new code will skip any bad notification and keep trying. That means I shouldn't have to restart this now and then.2. Better unsubscribe options. There's a link that allows you to unsubscribe from ALL your subscriptions. There are also links to manage your subscriptions.3. More information. The new notifications include your username, your email address and the required CAN-SPAM information.Please let me know if you have any questions or find a problem with this code.-Bill===================================================Hello graz,*** You have subscribed to the following FORUMS that have recent activity: ***Forum: Site Related Discussions( http://www.sqlteam.com/forums/forum.asp?FORUM_ID=2 )You can manage your subscriptions at: http://www.sqlteam.com/forums/subscription_list.aspYou can unsubscribe from ALL forum notifications at http://www.sqlteam.com/forum-unsubscribe.aspx?.....You can reset your password by visiting http://www.sqlteam.com/forums/password.asp and entering your email address: xxxxxxxxUsername: grazThis message was sent by the SQLTeam.com forums because you 1. Signed up for an account on the forums using this email address and 2. Subscribed to notifications of new forum activityYou can unsubscribe at any time by visiting the links above.SQLTeam Publishing, LLCPMB 2704741 CentralKansas City, MO 64112=================================================Creating tomorrow's legacy systems today. One crisis at a time. |
|
|
|
|