<?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>Jontas &#187; email</title>
	<atom:link href="http://www.f15ijp.com/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.f15ijp.com</link>
	<description>My digital notepad (notes etc)</description>
	<lastBuildDate>Wed, 28 Dec 2011 18:24:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>.forward to several recipients</title>
		<link>http://www.f15ijp.com/2010/09/28/forward-to-several-recipients/</link>
		<comments>http://www.f15ijp.com/2010/09/28/forward-to-several-recipients/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 08:08:03 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[.forward]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://www.f15ijp.com/?p=660</guid>
		<description><![CDATA[On *nix environments it is possible to forward the mail to one account to another user (or another email address if external mail is supported). This is done by adding the recipient in a file called .forward in the home directory. Example To simply forward to another address: user@server$ echo recipient@mail.com &#62; ~/.forward user@server$ chmod [...]]]></description>
			<content:encoded><![CDATA[<p>On *nix environments it is possible to forward the mail to one account to another user (or another email address if external mail is supported).<br />
This is done by adding the recipient in a file called .forward in the home directory.</p>
<p>Example To simply forward to another address:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>server$ <span style="color: #7a0874; font-weight: bold;">echo</span> recipient<span style="color: #000000; font-weight: bold;">@</span>mail.com <span style="color: #000000; font-weight: bold;">&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.forward
user<span style="color: #000000; font-weight: bold;">@</span>server$ <span style="color: #c20cb9; font-weight: bold;">chmod</span> go-w ~<span style="color: #000000; font-weight: bold;">/</span>.forward</pre></div></div>

<p>In order to forward to several addresses coma (,) is used as a delimiter between the different recipients.</p>
<p>Example To forward to two addresses at the same time:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">user<span style="color: #000000; font-weight: bold;">@</span>server$ <span style="color: #7a0874; font-weight: bold;">echo</span> recipient1<span style="color: #000000; font-weight: bold;">@</span>mail.com,recipient2<span style="color: #000000; font-weight: bold;">@</span>mail.com <span style="color: #000000; font-weight: bold;">&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.forward
user<span style="color: #000000; font-weight: bold;">@</span>server$ <span style="color: #c20cb9; font-weight: bold;">chmod</span> go-w ~<span style="color: #000000; font-weight: bold;">/</span>.forward</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/09/28/forward-to-several-recipients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Invalid transactional email code: x</title>
		<link>http://www.f15ijp.com/2010/02/19/magento-invalid-transactional-email-code-x/</link>
		<comments>http://www.f15ijp.com/2010/02/19/magento-invalid-transactional-email-code-x/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:00:24 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://f15ijp.com/?p=374</guid>
		<description><![CDATA[If you start seeing this error (both when trying to order) and as emails to the sales address then the error is most likely that someone has deleted the template with id x but that is still set to be used in the database. The solution for this is to update &#8220;System-Configuration-Sales Emails&#8221; in admin [...]]]></description>
			<content:encoded><![CDATA[<p>If you start seeing this error (both when trying to order) and as emails to the sales address then the error is most likely that someone has deleted the template with id x but that is still set to be used in the database.</p>
<p>The solution for this is to update &#8220;System-Configuration-Sales Emails&#8221; in admin and save existing templates instead of the template that is now removed.</p>
<p><strong>Note:</strong> Also it might be good to consider why this happened, is there some (real) problem or was the template file(s) updated and some old database template was removed [perhaps there is an educational need].</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/02/19/magento-invalid-transactional-email-code-x/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Magento: Sending the info in the contact form to several email addresses</title>
		<link>http://www.f15ijp.com/2010/01/18/magento-sending-the-info-in-the-contact-form-to-several-email-addresses/</link>
		<comments>http://www.f15ijp.com/2010/01/18/magento-sending-the-info-in-the-contact-form-to-several-email-addresses/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 12:27:51 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[email]]></category>

		<guid isPermaLink="false">http://f15ijp.com/?p=164</guid>
		<description><![CDATA[By default Magento only has one filed to input the recipient of the contact form (in admin). If you would like to get this sent to several email addresses then a small hack is required as Magento adds some encding to address in this field. Use mail@example1.com&#62;, name &#60;mail@example2.com to send to two recipients. name [...]]]></description>
			<content:encoded><![CDATA[<p>By default Magento only has one filed to input the recipient of the contact form (in admin).<br />
If you would like to get this sent to several email addresses then a small hack is required as Magento adds some encding to address in this field.</p>
<p>Use</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mail<span style="color: #000000; font-weight: bold;">@</span>example1.com<span style="color: #000000; font-weight: bold;">&gt;</span>, name <span style="color: #000000; font-weight: bold;">&lt;</span>mail<span style="color: #000000; font-weight: bold;">@</span>example2.com</pre></div></div>

<p>to send to two recipients. name is the name shown as the address in the second mail.</p>
<p><a href="http://f15ijp.com/wp-content/uploads/2010/01/Magento-Admin_1263817260938-e1263888407797.png"><img class="alignnone size-full wp-image-179" title="Send contact form to two mail addresses" src="http://f15ijp.com/wp-content/uploads/2010/01/Magento-Admin_1263817260938-e1263888407797.png" alt="Send contact form to two mail addressesv" width="450" height="229" /></a></p>
<p>To send to 3 addresses use</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mail<span style="color: #000000; font-weight: bold;">@</span>example1.com<span style="color: #000000; font-weight: bold;">&gt;</span>, name <span style="color: #000000; font-weight: bold;">&lt;</span>mail<span style="color: #000000; font-weight: bold;">@</span>example2.com<span style="color: #000000; font-weight: bold;">&gt;</span>,name2<span style="color: #000000; font-weight: bold;">&lt;</span>mail<span style="color: #000000; font-weight: bold;">@</span>example3.com</pre></div></div>

<p>To sent to 4 or more, just add more as in the 3 addresses example</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/01/18/magento-sending-the-info-in-the-contact-form-to-several-email-addresses/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Magento: Send a email to store owner when a order is placed.</title>
		<link>http://www.f15ijp.com/2010/01/07/magento-send-a-email-to-store-owner-when-a-order-is-placed/</link>
		<comments>http://www.f15ijp.com/2010/01/07/magento-send-a-email-to-store-owner-when-a-order-is-placed/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 09:52:08 +0000</pubDate>
		<dc:creator>jontas</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email to owner]]></category>
		<category><![CDATA[multi store]]></category>
		<category><![CDATA[order notification]]></category>

		<guid isPermaLink="false">http://f15ijp.com/?p=109</guid>
		<description><![CDATA[It is not hard to set up a Magento multi store environment so when a order is placed in a store, a owner (one owner per store) gets a order confirmation email. Doing like this will give a copy of the mail that is sent to the customer, and that might not be nice &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>It is not hard to set up a Magento multi store environment so when a order is placed in a store, a owner (one owner per store) gets a order confirmation email.<br />
Doing like this will give a copy of the mail that is sent to the customer, and that might not be nice &#8211; but this is quick.</p>
<p>In admin, select the store you wish to enter the email address to, and under system > config > sales > sales e-mail override the site default with the email address you would like for this store.</p>
<p>It is also possible to send copies of shipment notices, credit mails etc (basically all mail that is sent from the store).</p>
<p>[Tested with v1.3.2.4]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.f15ijp.com/2010/01/07/magento-send-a-email-to-store-owner-when-a-order-is-placed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

