<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SharePoint Alert &#187; Primer</title>
	<atom:link href="http://sharepointalert.info/tag/primer/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepointalert.info</link>
	<description>everything you ever wanted to know about SharePoint Alerts</description>
	<lastBuildDate>Fri, 23 Jul 2010 12:33:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Troubleshooting SharePoint Alerts &#8211; Primer</title>
		<link>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-primer/</link>
		<comments>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-primer/#comments</comments>
		<pubDate>Fri, 27 Nov 2009 15:52:48 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Troubleshooting Alerts]]></category>
		<category><![CDATA[Alerts]]></category>
		<category><![CDATA[Primer]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://sharepointalert.info/?p=224</guid>
		<description><![CDATA[
			
				
			
		
To make best use of the guide to troubleshooting why SharePoint Alert emails stop working its helpful to have an little understanding of what is going on under the covers.
For our purposes Email Alerts can be split into two types
Confirmation Emails
When you first setup an alert a confirmation email is sent to the recipient of [...]


Related posts:<ol><li><a href='http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint Alerts &#8211; Timer Jobs'>Troubleshooting SharePoint Alerts &#8211; Timer Jobs</a> <small> This part of the Troubleshooting SharePoint Email Alerts guide...</small></li>
<li><a href='http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-alerts-check-email-setupinfrastructure/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint email alerts &#8211; Checking the Email Infrastructure'>Troubleshooting SharePoint email alerts &#8211; Checking the Email Infrastructure</a> <small> This part of the alert troubleshooting guide will talk...</small></li>
<li><a href='http://sharepointalert.info/2009/10/troubleshooting-sharepoint-alerts-part/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint Alerts &#8211; Part 1'>Troubleshooting SharePoint Alerts &#8211; Part 1</a> <small> This guide will help you troubleshoot why you are...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsharepointalert.info%2F2009%2F11%2Ftroubleshooting-sharepoint-email-primer%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsharepointalert.info%2F2009%2F11%2Ftroubleshooting-sharepoint-email-primer%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>To make best use of the guide to troubleshooting <a href="http://sharepointalert.info/troubleshooting-sharepoint-alerts/">why SharePoint Alert emails stop working</a> its helpful to have an little understanding of what is going on under the covers.</p>
<p>For our purposes Email Alerts can be split into two types</p>
<h2>Confirmation Emails</h2>
<p>When you first setup an alert a confirmation email is sent to the recipient of the alerts.</p>
<p>This email is sent immediately from the Web Front End (WFE) serving the page at that time and running under the Identity that the IIS worker process (w3wp.exe) is using.</p>
<h2>Email Alerts</h2>
<p>The <a rel="nofollow" href="http://technet.microsoft.com/en-us/library/cc678870.aspx" target="_blank">&#8220;Windows SharePoint Services Timer&#8221;</a> service (owstimer.exe) is responsible for various jobs including sending out email alerts</p>
<p>By default this runs every 5 minutes &#8211; this means that even when you set &#8220;Send e-mail immediately&#8221; its not really immediately, there could be a short wait for your emails to be sent.</p>
<h2>What does mean for Troubleshooting?</h2>
<p>These two types of email are being sent at different times from different components of SharePoint and often using different Identities running on different servers.</p>
<p><em>(Tip &#8211; if you are brave you can check the <a href="http://msdn.microsoft.com/en-us/library/dd585233(office.11).aspx" target="_blank">TimerLock </a>table to see on which server your various timer jobs will run)</em></p>
<p>So just because you get the Confirmation Emails you can&#8217;t assume that the Email Alerts will be work (and vice-versa) :-</p>
<ul>
<li>There may be a problem stopping the SharePoint timer job running that doesn&#8217;t effect the confirmation emails.</li>
<li>There may be a problem with the configuration of the alerts that only effects the alert emails</li>
<li>Does your email infrastructure may not allow the emails to be relayed from the server the timer job runs on but does allow the WFE</li>
<li>Does your anti-virus software stop emails being sent from the server/process (owstimer.exe) or even user identity that the timer service jobs run under but allows the confirmation emails</li>
</ul>
<p>You get the idea! For troubeshooting purposes  you should treat them quite separately.</p>


<p>Related posts:<ol><li><a href='http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint Alerts &#8211; Timer Jobs'>Troubleshooting SharePoint Alerts &#8211; Timer Jobs</a> <small> This part of the Troubleshooting SharePoint Email Alerts guide...</small></li>
<li><a href='http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-alerts-check-email-setupinfrastructure/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint email alerts &#8211; Checking the Email Infrastructure'>Troubleshooting SharePoint email alerts &#8211; Checking the Email Infrastructure</a> <small> This part of the alert troubleshooting guide will talk...</small></li>
<li><a href='http://sharepointalert.info/2009/10/troubleshooting-sharepoint-alerts-part/' rel='bookmark' title='Permanent Link: Troubleshooting SharePoint Alerts &#8211; Part 1'>Troubleshooting SharePoint Alerts &#8211; Part 1</a> <small> This guide will help you troubleshoot why you are...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://sharepointalert.info/2009/11/troubleshooting-sharepoint-email-primer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting &#8211; Task modified alerts getting sent to random, incorrect recipients</title>
		<link>http://sharepointalert.info/2009/10/troubleshooting-task-alert-sent-random-incorrect-recipients/</link>
		<comments>http://sharepointalert.info/2009/10/troubleshooting-task-alert-sent-random-incorrect-recipients/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 18:14:02 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Troubleshooting Alerts]]></category>
		<category><![CDATA[Alerts]]></category>
		<category><![CDATA[Primer]]></category>
		<category><![CDATA[Recipients]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://sharepointalert.info/?p=113</guid>
		<description><![CDATA[
			
				
			
		
This is one article in the larger Troubleshooting SharePoint Alerts guide 
Problem
Task lists can send an email notification when a task is assigned or changed (Settings &#62; Advanced Settings &#62; E-Mail Notification).
If you modify the Assigned To column of the task list to &#8220;Allow multiple selections&#8221; then the email may be sent to random, incorrect [...]


Related posts:<ol><li><a href='http://sharepointalert.info/2009/10/troubleshooting-date-format-alert-emails/' rel='bookmark' title='Permanent Link: Troubleshooting &#8211; The date format in Alert emails is incorrect'>Troubleshooting &#8211; The date format in Alert emails is incorrect</a> <small> This is one article in the larger Troubleshooting SharePoint...</small></li>
<li><a href='http://sharepointalert.info/2009/10/troubleshooting-alert-emails-incorrect/' rel='bookmark' title='Permanent Link: Troubleshooting &#8211; Something in the Alert emails is incorrect'>Troubleshooting &#8211; Something in the Alert emails is incorrect</a> <small> This is part 3 of the series on Troubleshooting...</small></li>
<li><a href='http://sharepointalert.info/2009/11/alerts-can-not-be-opened-outlook-2007/' rel='bookmark' title='Permanent Link: Alerts can not be opened in Outlook 2007 when used with Exchange 2003'>Alerts can not be opened in Outlook 2007 when used with Exchange 2003</a> <small> This is one article in the larger Troubleshooting SharePoint...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fsharepointalert.info%2F2009%2F10%2Ftroubleshooting-task-alert-sent-random-incorrect-recipients%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fsharepointalert.info%2F2009%2F10%2Ftroubleshooting-task-alert-sent-random-incorrect-recipients%2F&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p><em>This is one article in the larger <a href="../troubleshooting-sharepoint-alerts/">Troubleshooting SharePoint Alerts guide </a></em></p>
<p><strong>Problem</strong></p>
<p style="padding-left: 30px;">Task lists can send an email notification when a task is assigned or changed (Settings &gt; Advanced Settings &gt; E-Mail Notification).</p>
<p style="padding-left: 30px;">If you modify the Assigned To column of the task list to &#8220;Allow multiple selections&#8221; then the email may be sent to random, incorrect recipients &#8211; some  names will be crossed out (<span style="text-decoration: line-through;">strike-through</span>) in the email.</p>
<p><strong>References</strong></p>
<ul>
<li><a href="http://social.technet.microsoft.com/forums/en-US/sharepointadmin/thread/dac6deea-91f0-4833-a616-cd36951a78a0/" target="_blank">Random emails getting sent out when changing &#8220;Assigned to&#8221; to allow multiple items</a></li>
</ul>
<ul>
<li><a href="http://social.technet.microsoft.com/Forums/en-US/sharepointgeneral/thread/398f0a1d-621b-4813-a64a-4065d35c0842" target="_blank">Email Notifications and Alerts problem</a></li>
</ul>
<p><strong>To Resolve</strong></p>
<p style="padding-left: 30px;">This is a known issue and was fixed in <a href="http://support.microsoft.com/kb/948945" target="_blank">Windows SharepPoint Services 3 Hotfix (</a><a href="http://support.microsoft.com/kb/948945" target="_blank"><strong>KB948945</strong> </a><a href="http://support.microsoft.com/kb/948945" target="_blank">21st February 2008)</a></p>
<p style="padding-left: 30px;"><em>&#8220;On a SharePoint Server 2007 site, you modify a task in a task list. When you do this, users other than the users who are assigned to the task receive the notification e-mail message for the change.&#8221;</em></p>
<p style="padding-left: 30px;">This fix is believed to have been included in</p>
<ul>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=79bada82-c13f-44c1-bdc1-d0447337051b&amp;displaylang=en" target="_blank">WSS3 SP2 (April 24th 2009)</a></li>
</ul>
<p><br class="spacer_" /></p>


<p>Related posts:<ol><li><a href='http://sharepointalert.info/2009/10/troubleshooting-date-format-alert-emails/' rel='bookmark' title='Permanent Link: Troubleshooting &#8211; The date format in Alert emails is incorrect'>Troubleshooting &#8211; The date format in Alert emails is incorrect</a> <small> This is one article in the larger Troubleshooting SharePoint...</small></li>
<li><a href='http://sharepointalert.info/2009/10/troubleshooting-alert-emails-incorrect/' rel='bookmark' title='Permanent Link: Troubleshooting &#8211; Something in the Alert emails is incorrect'>Troubleshooting &#8211; Something in the Alert emails is incorrect</a> <small> This is part 3 of the series on Troubleshooting...</small></li>
<li><a href='http://sharepointalert.info/2009/11/alerts-can-not-be-opened-outlook-2007/' rel='bookmark' title='Permanent Link: Alerts can not be opened in Outlook 2007 when used with Exchange 2003'>Alerts can not be opened in Outlook 2007 when used with Exchange 2003</a> <small> This is one article in the larger Troubleshooting SharePoint...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://sharepointalert.info/2009/10/troubleshooting-task-alert-sent-random-incorrect-recipients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
