<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Send email from Outlook using PowerShell	</title>
	<atom:link href="https://tekcookie.com/send-email-from-outlook-using-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://tekcookie.com/send-email-from-outlook-using-powershell/</link>
	<description>Everything about IT</description>
	<lastBuildDate>Wed, 07 Dec 2022 04:15:48 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: jeffythampi		</title>
		<link>https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-7322</link>

		<dc:creator><![CDATA[jeffythampi]]></dc:creator>
		<pubDate>Wed, 07 Dec 2022 04:15:48 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=1444#comment-7322</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-6587&quot;&gt;dragoon luver&lt;/a&gt;.

Not sure why thats happening,  I checked with outlook opened and it works.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-6587">dragoon luver</a>.</p>
<p>Not sure why thats happening,  I checked with outlook opened and it works.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jeffythampi		</title>
		<link>https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-7321</link>

		<dc:creator><![CDATA[jeffythampi]]></dc:creator>
		<pubDate>Wed, 07 Dec 2022 04:14:28 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=1444#comment-7321</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-7191&quot;&gt;REB&lt;/a&gt;.

Sorry, it is not possible with this script. This script uses the account which is configured in outlook to send emails. If you have an smtp server, you can use Send-MailMessage command with -From parameter as users email. SMTP or relay should be configured with anonymous receive connector. You can whitelist the servers IP address (where the Send-MailMessage runs) in the smtp or relay to accept the connections.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-7191">REB</a>.</p>
<p>Sorry, it is not possible with this script. This script uses the account which is configured in outlook to send emails. If you have an smtp server, you can use Send-MailMessage command with -From parameter as users email. SMTP or relay should be configured with anonymous receive connector. You can whitelist the servers IP address (where the Send-MailMessage runs) in the smtp or relay to accept the connections.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: REB		</title>
		<link>https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-7191</link>

		<dc:creator><![CDATA[REB]]></dc:creator>
		<pubDate>Tue, 29 Nov 2022 15:39:05 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=1444#comment-7191</guid>

					<description><![CDATA[This is great replacement for Send-MailMessage and works really well. How can you set it to send from another account? For example, in out-boarding (terminating) an employee, we need to remove them from a listserv via an email. It needs to be sent from that user’s email account with no subject and a body of “UNSUB blah blah blah”. If it is from my account, it won’t work properly. I’ve looked at other properties and cmdlets, but can’t seem to find the right combination.]]></description>
			<content:encoded><![CDATA[<p>This is great replacement for Send-MailMessage and works really well. How can you set it to send from another account? For example, in out-boarding (terminating) an employee, we need to remove them from a listserv via an email. It needs to be sent from that user’s email account with no subject and a body of “UNSUB blah blah blah”. If it is from my account, it won’t work properly. I’ve looked at other properties and cmdlets, but can’t seem to find the right combination.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragoon luver		</title>
		<link>https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-6587</link>

		<dc:creator><![CDATA[dragoon luver]]></dc:creator>
		<pubDate>Fri, 14 Oct 2022 14:45:55 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=1444#comment-6587</guid>

					<description><![CDATA[This is great it is really helpful for what I am trying to do! I have a question though. In my testing I can’t get this to work if outlook is already open. Is there a way to get this working if outlook is open?]]></description>
			<content:encoded><![CDATA[<p>This is great it is really helpful for what I am trying to do! I have a question though. In my testing I can’t get this to work if outlook is already open. Is there a way to get this working if outlook is open?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anonymous		</title>
		<link>https://tekcookie.com/send-email-from-outlook-using-powershell/#comment-25</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Mon, 14 Jun 2021 17:11:14 +0000</pubDate>
		<guid isPermaLink="false">https://tekcookie.com/?p=1444#comment-25</guid>

					<description><![CDATA[4]]></description>
			<content:encoded><![CDATA[<p>4</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
