<?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: Docker PHP Sendmail Replacement &#8211; SMTP	</title>
	<atom:link href="https://blog.gaiterjones.com/docker-php-sendmail-replacement-smtp/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/docker-php-sendmail-replacement-smtp/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Fri, 29 Nov 2019 10:44:59 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>
		By: MP		</title>
		<link>https://blog.gaiterjones.com/docker-php-sendmail-replacement-smtp/#comment-273777</link>

		<dc:creator><![CDATA[MP]]></dc:creator>
		<pubDate>Fri, 29 Nov 2019 10:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=1528#comment-273777</guid>

					<description><![CDATA[There are some error or differences depending on the linux you are using. 
Here is what it worked for me:

original:
sendmail_path = /usr/local/bin/msmtp -t -i
where it actually was after installing it:
sendmail_path = /usr/bin/msmtp -t -i


original:
COPY ./php/msmtprc /usr/local/etc/msmtprc
where it actually should be after installing it:
COPY ./php/msmtprc /etc/msmtprc]]></description>
			<content:encoded><![CDATA[<p>There are some error or differences depending on the linux you are using.<br />
Here is what it worked for me:</p>
<p>original:<br />
sendmail_path = /usr/local/bin/msmtp -t -i<br />
where it actually was after installing it:<br />
sendmail_path = /usr/bin/msmtp -t -i</p>
<p>original:<br />
COPY ./php/msmtprc /usr/local/etc/msmtprc<br />
where it actually should be after installing it:<br />
COPY ./php/msmtprc /etc/msmtprc</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
