<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.tntware.com/donorwise/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>What are the SMTP settings for Microsoft 365?</title><link>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP2 (Debug Build: 40407.4157)</generator><item><title>What are the SMTP settings for Microsoft 365?</title><link>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365.aspx</link><pubDate>Wed, 20 Nov 2024 02:16:13 GMT</pubDate><guid isPermaLink="false">de06579a-5120-4393-a24b-6f68f5e7a3ec:31</guid><dc:creator>Troy Wolbrink</dc:creator><comments>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/comments.aspx</comments><description>Current revision posted to Frequently Asked Questions by Troy Wolbrink on 11/20/2024 2:16:13 AM&lt;br /&gt;
&lt;h2&gt;What are the SMTP settings for Microsoft 365?&lt;/h2&gt;
&lt;div style="font-size: 90%;"&gt;Filed under: SMTP Settings&lt;/div&gt;

&lt;h2&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;To support sending email receipts from DonorWise through Microsoft 365, there are two requirements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#1)&lt;/strong&gt;&amp;nbsp; You must be running DonorWise 4.1.19 or newer.&amp;nbsp; &lt;em&gt;This version adds support for SMTP over TLS 1.2.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#2) &lt;/strong&gt;You must enable Basic Authentication over SMTP on your MS 365 instance.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;table border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;To enable Basic Authentication for SMTP on Microsoft 365&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable the possibility of Basic Authentication for SMTP via this link:&amp;nbsp;&amp;nbsp;&lt;a href="https://aka.ms/PillarEXOBasicAuth"&gt;https://aka.ms/PillarEXOBasicAuth&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;In PowerShell (run as admin), I ran this script:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-ExecutionPolicy RemoteSigned&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Import-Module ExchangeOnlineManagement&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Connect-ExchangeOnline -UserPrincipalName&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-TransportConfig -SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-CASMailbox -Identity&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;-SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Disconnect-ExchangeOnline&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Be sure to replace &lt;a href="mailto:troy@tntware.com"&gt;troy@tntware.com &lt;/a&gt;with the email address you&amp;#39;re using to send receipts from.&lt;/p&gt;
&lt;p&gt;Your MS 365 instance may require additional steps.&amp;nbsp; These instructions were based on this&amp;nbsp;&lt;a href="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210"&gt;MS article&lt;/a&gt;&amp;nbsp;and this&amp;nbsp;&lt;a href="https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission"&gt;MS article&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span style="background: SpringGreen;"&gt;As&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;of&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;September&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;2024&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;,&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;this&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;article&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;from&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Microsoft&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;seems&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;have&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;most&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;comprehensive&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;information&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;:&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;a href="https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft-365-or-office-365"&gt;&lt;span style="background: SpringGreen;"&gt;How&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;set&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;up&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;a&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;multifunction&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;device&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;or&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;application&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;send&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;emails&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;using&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Microsoft&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;365&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;or&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Office&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;365&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;SMTP Settings&lt;/h2&gt;
&lt;p&gt;Under the &amp;quot;Tools&amp;quot; menu, click on &amp;quot;System Setup&amp;quot;.&amp;nbsp; In the SMTP section.&amp;nbsp; Use the following settings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Server:&amp;nbsp; &lt;strong&gt;smtp.office365.com&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Port: &lt;strong&gt;587&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;SSL/TLS:&amp;nbsp; &lt;strong&gt;Explicit&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TLS 1.2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Set both &lt;strong&gt;User&lt;/strong&gt; and &lt;strong&gt;From&lt;/strong&gt; to the email you&amp;#39;re sending from.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/1651.dw-smtp-for-ms.png"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/1651.dw-smtp-for-ms.png_2D00_550x0.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;div class="heading-wrapper"&gt;
&lt;h3 class="heading-anchor"&gt;&lt;span style="background: SpringGreen;"&gt;If&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;you&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;receive&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;error&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;,&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;&amp;quot;5.7.57&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Client&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;not&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;authenticated&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;send&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;mail&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;&amp;quot;:&lt;/span&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="https://learn.microsoft.com/en-us/exchange/troubleshoot/email-delivery/fix-issues-with-printers-scanners-and-lob-applications-that-send-email-using-off#fix-issues-with-smtp-auth-client-submission"&gt;&lt;span style="background: SpringGreen;"&gt;https://learn.microsoft.com/en-us/exchange/troubleshoot/email-delivery/fix-issues-with-printers-scanners-and-lob-applications-that-send-email-using-off#fix-issues-with-smtp-auth-client-submission&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="background: SpringGreen;"&gt;Within&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;this&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;web&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;page&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;,&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;search&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;for&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;text&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;,&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;&amp;quot;&lt;/span&gt;&lt;strong&gt;&lt;span style="background: SpringGreen;"&gt;Client&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;not&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;authenticated&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;send&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;mail&lt;/span&gt;&lt;/strong&gt;&lt;span style="background: SpringGreen;"&gt;&amp;quot;&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;find&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Microsoft&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;&amp;#39;&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;s&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;specific&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;guidance&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;on&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;what&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;do&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;.&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="background: SpringGreen;"&gt;You&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;may&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;notice&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;that&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;it&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;suggest&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;turning&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;off&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;MFA&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;for&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;account&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;being&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;used&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;send&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;email&lt;/span&gt;&lt;/p&gt;</description></item><item><title>What are the SMTP settings for Microsoft 365?</title><link>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/revision/4.aspx</link><pubDate>Thu, 13 Jan 2022 00:46:37 GMT</pubDate><guid isPermaLink="false">de06579a-5120-4393-a24b-6f68f5e7a3ec:1085</guid><dc:creator>Troy Wolbrink</dc:creator><comments>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/comments.aspx</comments><description>Revision 4 posted to Frequently Asked Questions by Troy Wolbrink on 1/13/2022 12:46:37 AM&lt;br /&gt;
&lt;h2&gt;What are the SMTP settings for Microsoft 365?&lt;/h2&gt;
&lt;div style="font-size: 90%;"&gt;Filed under: &lt;span style="background: SpringGreen;"&gt;SMTP&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;Settings&lt;/span&gt;&lt;/div&gt;

&lt;h2&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;To support sending email receipts from DonorWise through Microsoft 365, there are two requirements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#1)&lt;/strong&gt;&amp;nbsp; You must be running DonorWise 4.1.19 or newer.&amp;nbsp; &lt;em&gt;This version adds support for SMTP over TLS 1.2.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#2) &lt;/strong&gt;You must enable Basic Authentication over SMTP on your MS 365 instance.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;table border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;To enable Basic Authentication for SMTP on Microsoft 365&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable the possibility of Basic Authentication for SMTP via this link:&amp;nbsp;&amp;nbsp;&lt;a href="https://aka.ms/PillarEXOBasicAuth"&gt;https://aka.ms/PillarEXOBasicAuth&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;In PowerShell (run as admin), I ran this script:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-ExecutionPolicy RemoteSigned&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Import-Module ExchangeOnlineManagement&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Connect-ExchangeOnline -UserPrincipalName&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-TransportConfig -SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-CASMailbox -Identity&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;-SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Disconnect-ExchangeOnline&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Be sure to replace &lt;a href="mailto:troy@tntware.com"&gt;troy@tntware.com &lt;/a&gt;with the email address you&amp;#39;re using to send receipts from.&lt;/p&gt;
&lt;p&gt;Your MS 365 instance may require additional steps.&amp;nbsp; These instructions were based on this&amp;nbsp;&lt;a href="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210"&gt;MS article&lt;/a&gt;&amp;nbsp;and this&amp;nbsp;&lt;a href="https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission"&gt;MS article&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;SMTP Settings&lt;/h2&gt;
&lt;p&gt;Under the &amp;quot;Tools&amp;quot; menu, click on &amp;quot;System Setup&amp;quot;.&amp;nbsp; In the SMTP section.&amp;nbsp; Use the following settings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Server:&amp;nbsp; &lt;strong&gt;smtp.office365.com&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Port: &lt;strong&gt;587&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;SSL/TLS:&amp;nbsp; &lt;strong&gt;Explicit&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TLS 1.2&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Set both &lt;strong&gt;User&lt;/strong&gt; and &lt;strong&gt;From&lt;/strong&gt; to the email you&amp;#39;re sending from.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/1651.dw-smtp-for-ms.png"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/1651.dw-smtp-for-ms.png_2D00_550x0.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>What are the SMTP settings for Microsoft 365?</title><link>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/revision/3.aspx</link><pubDate>Thu, 13 Jan 2022 00:46:37 GMT</pubDate><guid isPermaLink="false">de06579a-5120-4393-a24b-6f68f5e7a3ec:1075</guid><dc:creator>Troy Wolbrink</dc:creator><comments>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/comments.aspx</comments><description>Revision 3 posted to Frequently Asked Questions by Troy Wolbrink on 1/13/2022 12:46:37 AM&lt;br /&gt;
&lt;h2&gt;What are the SMTP settings for Microsoft 365?&lt;/h2&gt;
&lt;h2&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;To support sending email receipts from DonorWise through Microsoft 365, there are two requirements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#1)&lt;/strong&gt;&amp;nbsp; You must be running DonorWise 4.1.19 or newer.&amp;nbsp; &lt;em&gt;This version adds support for SMTP over TLS 1.2.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#2) &lt;/strong&gt;You must enable Basic Authentication over SMTP on your MS 365 instance.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;table border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;To enable Basic Authentication for SMTP on Microsoft 365&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable the possibility of Basic Authentication for SMTP via this link:&amp;nbsp;&amp;nbsp;&lt;a href="https://aka.ms/PillarEXOBasicAuth"&gt;https://aka.ms/PillarEXOBasicAuth&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;In PowerShell (run as admin), I ran this script:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-ExecutionPolicy RemoteSigned&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Import-Module ExchangeOnlineManagement&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Connect-ExchangeOnline -UserPrincipalName&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-TransportConfig -SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-CASMailbox -Identity&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;-SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Disconnect-ExchangeOnline&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Be sure to replace &lt;a href="mailto:troy@tntware.com"&gt;troy@tntware.com &lt;/a&gt;with the email address you&amp;#39;re using to send receipts from.&lt;/p&gt;
&lt;p&gt;Your MS 365 instance may require additional steps.&amp;nbsp; These instructions were based on this&amp;nbsp;&lt;a href="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210"&gt;MS article&lt;/a&gt;&amp;nbsp;and this&amp;nbsp;&lt;a href="https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission"&gt;MS article&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;SMTP Settings&lt;/h2&gt;
&lt;p&gt;Under the &amp;quot;Tools&amp;quot; menu, click on &amp;quot;System Setup&amp;quot;.&amp;nbsp; In the SMTP section.&amp;nbsp; Use the following settings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Server:&amp;nbsp; &lt;strong&gt;smtp.office365.com&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Port: &lt;strong&gt;587&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;SSL/TLS:&amp;nbsp; &lt;strong&gt;Explicit&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TLS 1.2&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/2021.dw-smtp-for-ms.png"&gt;&amp;nbsp;&lt;span style="text-decoration: line-through; color: red;"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/2021.dw-smtp-for-ms.png_2D00_550x0.png" alt="" border="0" /&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="background: SpringGreen;"&gt;Set&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;both&lt;/span&gt; &lt;strong&gt;&lt;span style="background: SpringGreen;"&gt;User&lt;/span&gt;&lt;/strong&gt; &lt;span style="background: SpringGreen;"&gt;and&lt;/span&gt; &lt;strong&gt;&lt;span style="background: SpringGreen;"&gt;From&lt;/span&gt;&lt;/strong&gt; &lt;span style="background: SpringGreen;"&gt;to&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;the&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;email&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;you&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;&amp;#39;&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;re&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;sending&lt;/span&gt; &lt;span style="background: SpringGreen;"&gt;from&lt;/span&gt;&lt;span style="background: SpringGreen;"&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/1651.dw-smtp-for-ms.png"&gt;&lt;span style="background: SpringGreen;"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/1651.dw-smtp-for-ms.png_2D00_550x0.png" alt="" border="0" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>What are the SMTP settings for Microsoft 365?</title><link>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/revision/2.aspx</link><pubDate>Wed, 12 Jan 2022 23:16:50 GMT</pubDate><guid isPermaLink="false">de06579a-5120-4393-a24b-6f68f5e7a3ec:1074</guid><dc:creator>Troy Wolbrink</dc:creator><comments>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/comments.aspx</comments><description>Revision 2 posted to Frequently Asked Questions by Troy Wolbrink on 1/12/2022 11:16:50 PM&lt;br /&gt;
&lt;h2&gt;What are the SMTP settings for Microsoft 365?&lt;/h2&gt;
&lt;h2&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;To support sending email receipts from DonorWise through Microsoft 365, there are two requirements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#1)&lt;/strong&gt;&amp;nbsp; You must be running DonorWise 4.1.19 or newer.&amp;nbsp; &lt;em&gt;This version adds support for SMTP over TLS 1.2.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#2) &lt;/strong&gt;You must enable Basic Authentication over SMTP on your MS 365 instance.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;table border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;To enable Basic Authentication for SMTP on Microsoft 365&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable the possibility of Basic Authentication for SMTP via this link:&amp;nbsp;&amp;nbsp;&lt;a href="https://aka.ms/PillarEXOBasicAuth"&gt;https://aka.ms/PillarEXOBasicAuth&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;In PowerShell (run as admin), I ran this script:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-ExecutionPolicy RemoteSigned&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Import-Module ExchangeOnlineManagement&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Connect-ExchangeOnline -UserPrincipalName&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-TransportConfig -SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-CASMailbox -Identity&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;-SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Disconnect-ExchangeOnline&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Be sure to replace &lt;a href="mailto:troy@tntware.com"&gt;troy@tntware.com &lt;/a&gt;with the email address you&amp;#39;re using to send receipts from.&lt;/p&gt;
&lt;p&gt;Your MS 365 instance may require additional steps.&amp;nbsp; These instructions were based on this&amp;nbsp;&lt;a href="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210"&gt;MS article&lt;/a&gt;&amp;nbsp;and this&amp;nbsp;&lt;a href="https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission"&gt;MS article&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;SMTP Settings&lt;/h2&gt;
&lt;p&gt;Under the &amp;quot;Tools&amp;quot; menu, click on &amp;quot;System Setup&amp;quot;.&amp;nbsp; In the SMTP section.&amp;nbsp; Use the following settings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Server:&amp;nbsp; &lt;strong&gt;smtp.office365.com&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Port: &lt;strong&gt;587&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;SSL/TLS:&amp;nbsp; &lt;strong&gt;Explicit&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TLS 1.2&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/2021.dw-smtp-for-ms.png"&gt;&amp;nbsp;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/2021.dw-smtp-for-ms.png_2D00_550x0.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>What are the SMTP settings for Microsoft 365?</title><link>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/revision/1.aspx</link><pubDate>Wed, 12 Jan 2022 23:16:41 GMT</pubDate><guid isPermaLink="false">de06579a-5120-4393-a24b-6f68f5e7a3ec:1073</guid><dc:creator>Troy Wolbrink</dc:creator><comments>https://www.tntware.com/donorwise/faqs/en/what-are-the-smtp-settings-for-microsoft-365/comments.aspx</comments><description>Revision 1 posted to Frequently Asked Questions by Troy Wolbrink on 1/12/2022 11:16:41 PM&lt;br /&gt;
&lt;h2&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;To support sending email receipts from DonorWise through Microsoft 365, there are two requirements.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#1)&lt;/strong&gt;&amp;nbsp; You must be running DonorWise 4.1.19 or newer.&amp;nbsp; &lt;em&gt;This version adds support for SMTP over TLS 1.2.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;#2) &lt;/strong&gt;You must enable Basic Authentication over SMTP on your MS 365 instance.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;table border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;&lt;strong&gt;To enable Basic Authentication for SMTP on Microsoft 365&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Enable the possibility of Basic Authentication for SMTP via this link:&amp;nbsp;&amp;nbsp;&lt;a href="https://aka.ms/PillarEXOBasicAuth"&gt;https://aka.ms/PillarEXOBasicAuth&lt;/a&gt;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li&gt;In PowerShell (run as admin), I ran this script:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.5&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-ExecutionPolicy RemoteSigned&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Import-Module ExchangeOnlineManagement&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Connect-ExchangeOnline -UserPrincipalName&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-TransportConfig -SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Set-CASMailbox -Identity&amp;nbsp;&lt;span style="background-color:#ffff99;"&gt;&lt;strong&gt;troy@tntware.com&lt;/strong&gt;&lt;/span&gt;&amp;nbsp;-SmtpClientAuthenticationDisabled $false&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier, monospace;font-size:8pt;"&gt;Disconnect-ExchangeOnline&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Be sure to replace &lt;a href="mailto:troy@tntware.com"&gt;troy@tntware.com &lt;/a&gt;with the email address you&amp;#39;re using to send receipts from.&lt;/p&gt;
&lt;p&gt;Your MS 365 instance may require additional steps.&amp;nbsp; These instructions were based on this&amp;nbsp;&lt;a href="https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-and-exchange-online-september-2021-update/ba-p/2772210"&gt;MS article&lt;/a&gt;&amp;nbsp;and this&amp;nbsp;&lt;a href="https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/authenticated-client-smtp-submission"&gt;MS article&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;SMTP Settings&lt;/h2&gt;
&lt;p&gt;Under the &amp;quot;Tools&amp;quot; menu, click on &amp;quot;System Setup&amp;quot;.&amp;nbsp; In the SMTP section.&amp;nbsp; Use the following settings:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Server:&amp;nbsp; &lt;strong&gt;smtp.office365.com&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Port: &lt;strong&gt;587&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;SSL/TLS:&amp;nbsp; &lt;strong&gt;Explicit&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TLS 1.2&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://www.tntware.com/donorwise/cfs-file.ashx/__key/CommunityServer.Wikis.Components.Files/en/2021.dw-smtp-for-ms.png"&gt;&lt;img src="https://www.tntware.com/donorwise/cfs-filesystemfile.ashx/__key/CommunityServer.Components.ImageFileViewer/CommunityServer.Wikis.Components.Files.en/2021.dw-smtp-for-ms.png_2D00_550x0.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>