<?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>Blog Tips and tricks - BeComWeb Web-Agency</title>
	<atom:link href="https://preprod.agence-becomweb.fr/en/blog/rubrique/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Low-priced quality Prestashop modules for your online store</description>
	<lastBuildDate>Fri, 22 Oct 2021 14:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://preprod.agence-becomweb.fr/wp-content/uploads/2019/05/cropped-logo_carre_large-32x32.gif</url>
	<title>Blog Tips and tricks - BeComWeb Web-Agency</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to send mail in your local dev environment</title>
		<link>https://preprod.agence-becomweb.fr/en/blog/how-to-send-mail-in-your-local-dev-environment/</link>
					<comments>https://preprod.agence-becomweb.fr/en/blog/how-to-send-mail-in-your-local-dev-environment/#respond</comments>
		
		<dc:creator><![CDATA[becomweb]]></dc:creator>
		<pubDate>Mon, 07 Jan 2019 17:56:00 +0000</pubDate>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[Courier]]></category>
		<category><![CDATA[Local Dev]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Papercut]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[Test]]></category>
		<category><![CDATA[Wamp]]></category>
		<guid isPermaLink="false">https://preprod.agence-becomweb.fr/blog/how-to-send-mail-in-your-local-dev-environment/</guid>

					<description><![CDATA[<p>Learn how to use Papercut software to test email sending when developing your site locally</p>
<p>L’article <a rel="nofollow" href="https://preprod.agence-becomweb.fr/en/blog/how-to-send-mail-in-your-local-dev-environment/">How to send mail in your local dev environment</a> est apparu en premier sur <a rel="nofollow" href="https://preprod.agence-becomweb.fr/en/">BeComWeb Web-Agency</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you develop or administer websites and you work locally (understanding with WAMP / MAMP, EasyPhp, &#8230;), you have certainly already been confronted with this problem: your site or your application cannot send an email. Which is annoying since you would need to check that the content of the messages corresponds to what you expect.</p>
<p>One of the solutions to solve this problem is to manually configure your computer so that it is able to communicate with an SMTP server (traditionally that of your Internet service provider). But it can be a bit tedious, especially if your technical knowledge is limited.</p>
<p>The other possibility, much simpler and more flexible, is to use software dedicated to this task. There are several: smtp4dev, MailDev, Fake Sendmail, &#8230; but today we are going to talk about the one I prefer: Papercut.</p>
<figure id="attachment_1208" aria-describedby="caption-attachment-1208" style="width: 1920px" class="wp-caption alignnone"><a href="https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en.jpg"><img decoding="async" class="img-responsive wp-image-1208 size-full" src="https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en.jpg" alt="Papercut permet de tester l'envoi de mail en local" width="1920" height="1028" srcset="https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en.jpg 1920w, https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en-480x257.jpg 480w, https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en-1024x548.jpg 1024w, https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en-768x411.jpg 768w, https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en-1536x822.jpg 1536w, https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en-400x214.jpg 400w, https://preprod.agence-becomweb.fr/wp-content/uploads/2021/10/papercut_en-800x428.jpg 800w" sizes="(max-width: 1920px) 100vw, 1920px" /></a><figcaption id="caption-attachment-1208" class="wp-caption-text">Papercut intercepts sent messages and displays them in a &#8220;webmail&#8221; interface</figcaption></figure>
<p>The principle of Papercut is simple: it will &#8220;monitor&#8221; the port on which the e-mails are sent (by default port 25 but you can modify this value in the options) and &#8220;catch&#8221; all the messages which pass through it.</p>
<p>THen if we have a look on its interface we see that Papercut simulates an email client (like <em>Outlook</em> or <em>GMail</em>). You will therefore find in the left column a list of messages received and in the right part a consultation pane which will allow you to find the details of the message (sender, title, content, &#8230;). Those looking for more technical data (such as headers or HTML code) can find it in the different tabs.</p>
<p>Papercut does not require any installation, just unzip the archive and double-click on papercut.exe to launch it. And to download it it happens on <a href="https://github.com/ChangemakerStudios/Papercut">its Github project page</a>.</p>
<p>Do not hesitate to leave a comment to share your feedback on Papercut.</p>
<p>L’article <a rel="nofollow" href="https://preprod.agence-becomweb.fr/en/blog/how-to-send-mail-in-your-local-dev-environment/">How to send mail in your local dev environment</a> est apparu en premier sur <a rel="nofollow" href="https://preprod.agence-becomweb.fr/en/">BeComWeb Web-Agency</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://preprod.agence-becomweb.fr/en/blog/how-to-send-mail-in-your-local-dev-environment/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
