<?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>email Archives - Daniel Glenn</title>
	<atom:link href="https://DanielGlenn.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>https://DanielGlenn.com/tag/email/</link>
	<description>My experiences as a Microsoft MVP, Microsoft 365 and SharePoint Architect, Administrator, and Consultant</description>
	<lastBuildDate>Thu, 29 Nov 2018 04:16:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://DanielGlenn.com/wp-content/uploads/2023/01/cropped-Smile-512-32x32.jpg</url>
	<title>email Archives - Daniel Glenn</title>
	<link>https://DanielGlenn.com/tag/email/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Enable Alerts for SharePoint 2019, 2016, 2013</title>
		<link>https://DanielGlenn.com/enable-alerts-for-sharepoint/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-alerts-for-sharepoint</link>
					<comments>https://DanielGlenn.com/enable-alerts-for-sharepoint/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Thu, 29 Nov 2018 15:00:35 +0000</pubDate>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[On-prem]]></category>
		<category><![CDATA[SharePoint2013]]></category>
		<category><![CDATA[SharePoint2016]]></category>
		<category><![CDATA[SharePoint2019]]></category>
		<guid isPermaLink="false">https://DanielGlenn.com/?p=1850</guid>

					<description><![CDATA[<p>Allowing users to set alerts on SharePoint lists and libraries is the easiest way to keep users informed with what is going on within your intranet and team (collaboration) sites. This functionality has been a part of SharePoint for many versions and is an easy feature for users to take advantage of. That is, IF you have all the settings correct. Your first sign that alerts are not setup for use is when looking at the library (or list) tab in the ribbon, and you don't see the Alert me button in the Share &#038; Track section. There are two settings you need to check: first you need to make sure that alerts set on for the web application. Go to the web application list in Central Administration (/_admin/WebApplicationList.aspx) and then click the General Settings &#8216;gears' button in the Web Applications ribbon. Then select General Settings in the drop-down menu. As shown in the image above, make sure in the Alerts section, the Alerts on this server are is set to On. The second setting you need to have configured is the outgoing e-mail settings. From the System Settings page in Central Administration, click the Configure outgoing e-mail settings link under the E-Mail and Text Messages (SMS) section. On the Outgoing E-Mail Settings page, enter the correct outbound SMTP server, From address, and the rest of the information on the form. If you do not specify a SMTP server port, port 25 will be used. Once you have ensured the alerts feature is turned on and you have correctly configured the outgoing e-mail settings, the Alert me button will show up after refreshing the page. It has been my experience that you have to wait several minutes for the Alert me button to show after performing the steps above. You can also enable SharePoint alerts using PowerShell. To enable SharePoint alerts via PowerShell, use the following commands &#8211; make sure you replace &#8211; insert the full URL of the web app &#8211; with your correct URL (e.g. https://intranet.mycompany.com ): [code language=&#8221;powershell&#8221;] $webapp=get-spwebapplication &#34;insert the full URL of the web app&#34; $webapp.alertsenabled =  $true $webapp.update() [/code] &#160;</p>
<p>The post <a href="https://DanielGlenn.com/enable-alerts-for-sharepoint/">Enable Alerts for SharePoint 2019, 2016, 2013</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/enable-alerts-for-sharepoint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Use Microsoft Flow to Send SMTP Email</title>
		<link>https://DanielGlenn.com/use-microsoft-flow-to-send-smtp-email/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-microsoft-flow-to-send-smtp-email</link>
					<comments>https://DanielGlenn.com/use-microsoft-flow-to-send-smtp-email/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Tue, 14 Jun 2016 21:27:22 +0000</pubDate>
				<category><![CDATA[Power Automate]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[MSFlow]]></category>
		<guid isPermaLink="false">http://DanielGlenn.com/?p=781</guid>

					<description><![CDATA[<p>Microsoft Flow is a new product from Microsoft and I am finding it to be a very useful tool. Flow can be a very convenient resource for sending email alerts when something I set as a &#8216;trigger' happens. It is also a superior product to &#8216;IF This Then That' products because of Flow's ability to have many steps and conditions. Flow can be used to send email in several ways, but today I will cover how to set up a custom SMTP connection. Flow is in Preview, so some screens or options shown on this post may change. NOTE: I am going to show how to set up an SMTP connection to GoDaddy's email service, but any SMTP service that allows connections will work. First, go to the GoDaddy website and log into your account. Then, click on your name (#1 below) and then select the Visit My Account link (#2 below). Once you are on your account page, click on the Manage link next to the email listing. Next, find the account you will be using for your email relay. Select the drop-down menu (#1 below) and then click the Email Setup Center link on the menu (#2 below). When the Email Setup Center page loads, make note of the Outgoing server (SMTP) settings. Then head over to the Microsoft Flow website and login. Once you have logged in, click on the person image in the top-right corner (#1 below) and then select My connections in the menu (#2 below). Select the Add a connection link at the top of the Connections page. When the connection types load, select the SMTP link. Then fill out the SMTP connection settings with the information you noted earlier from the GoDaddy Email Setup Center. I am using port 80 and not using SSL encryption in the example below, but you should use security best practices when configuring your service. Click the Create connection link when finished. Once the connection is created, create a new Flow. Create a trigger, in the example below I am checking for a Tweet. Then Add an action, and type email (#1 below). This will filter the list of actions to only show email items. Then select the SMTP &#8211; Send Email action (#2 below). Then enter the required information for the email. In the example below, I am sending an email to test@example.com, with an email subject of &#8220;New Tweet Appears &#8211; [The Tweet text]&#8221;, and an email body of &#8220;There is a new Tweet by [who created the tweet]!&#8221;. Finally save your Flow and give it a test. I have found that it might take a minute for the Flow to start checking Twitter, but you should receive an email any time the condition you set is met! Happy Flow creating!</p>
<p>The post <a href="https://DanielGlenn.com/use-microsoft-flow-to-send-smtp-email/">Use Microsoft Flow to Send SMTP Email</a> appeared first on <a href="https://DanielGlenn.com">Daniel Glenn</a>.</p>
]]></description>
		
					<wfw:commentRss>https://DanielGlenn.com/use-microsoft-flow-to-send-smtp-email/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
