<?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: Creating sane plain text sales transactional e-mails in Magento</title>
	<atom:link href="http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/</link>
	<description>Confessions of a small business software developer</description>
	<lastBuildDate>Sat, 04 Feb 2012 19:02:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: jakc</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1936</link>
		<dc:creator>jakc</dc:creator>
		<pubDate>Sun, 25 Sep 2011 19:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1936</guid>
		<description>look this [link=http://www.lovebuybag.com]www.lovebuybag.com[/link]</description>
		<content:encoded><![CDATA[<p>look this [link=http://www.lovebuybag.com]www.lovebuybag.com[/link]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1912</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 30 Jul 2011 14:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1912</guid>
		<description>Thank you so much!  This helped me get through another one of the stresses of Magento!</description>
		<content:encoded><![CDATA[<p>Thank you so much!  This helped me get through another one of the stresses of Magento!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: molecule</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1886</link>
		<dc:creator>molecule</dc:creator>
		<pubDate>Mon, 16 May 2011 14:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1886</guid>
		<description>This was working great until the last few months, a lot of my emails were getting sent to customers spam boxes, despite the benefits of the multipart emails. This has been fixed by using the SMTP Pro (free) extension from :
http://www.aschroder.com/2011/03/magento-amazon-simple-email-service-ses-added-to-smtp-pro-1-4-3/#downloads

This basically makes it possible to send authenticated SMTP email from your own email server, it seems a lot of email blacklists have recently ramped up the spam count if you are not using authenticated SMTP (the magento default is non-auth).

It is fairly simple to edit ash&#039;s code for multipart emails a la this article; there is also another post out there where some dude reduces the line length from the 200 char max to 72 and sets some anti-spam flag. Also recommended.

Then: happy days! Emails that are multipart and actually reach your customers!</description>
		<content:encoded><![CDATA[<p>This was working great until the last few months, a lot of my emails were getting sent to customers spam boxes, despite the benefits of the multipart emails. This has been fixed by using the SMTP Pro (free) extension from :<br />
<a href="http://www.aschroder.com/2011/03/magento-amazon-simple-email-service-ses-added-to-smtp-pro-1-4-3/#downloads">http://www.aschroder.com/2011/03/magento-amazon-simple-email-service-ses-added-to-smtp-pro-1-4-3/#downloads</a></p>
<p>This basically makes it possible to send authenticated SMTP email from your own email server, it seems a lot of email blacklists have recently ramped up the spam count if you are not using authenticated SMTP (the magento default is non-auth).</p>
<p>It is fairly simple to edit ash&#8217;s code for multipart emails a la this article; there is also another post out there where some dude reduces the line length from the 200 char max to 72 and sets some anti-spam flag. Also recommended.</p>
<p>Then: happy days! Emails that are multipart and actually reach your customers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: slima</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1832</link>
		<dc:creator>slima</dc:creator>
		<pubDate>Thu, 13 Jan 2011 20:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1832</guid>
		<description>Hello, 

This hack seems not work with Magento 1.4.2.0
But problem in plain/text email is still there. 

The itemstext.phtml is working fine but problem is in the addresstext.html I think.

{{block type=&#039;core/template&#039; area=&#039;frontend&#039; 
template=&#039;email/order/addresstext.phtml&#039; address=$order.getBillingAddress()}}

and 
 
{{block type=&#039;core/template&#039; area=&#039;frontend&#039; template=&#039;email/order/addresstext.phtml&#039; address=$order.getShippingAddress()}}
 

Return null

Can you help me with that?</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>This hack seems not work with Magento 1.4.2.0<br />
But problem in plain/text email is still there. </p>
<p>The itemstext.phtml is working fine but problem is in the addresstext.html I think.</p>
<p>{{block type=&#8217;core/template&#8217; area=&#8217;frontend&#8217;<br />
template=&#8217;email/order/addresstext.phtml&#8217; address=$order.getBillingAddress()}}</p>
<p>and </p>
<p>{{block type=&#8217;core/template&#8217; area=&#8217;frontend&#8217; template=&#8217;email/order/addresstext.phtml&#8217; address=$order.getShippingAddress()}}</p>
<p>Return null</p>
<p>Can you help me with that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MJ Ray</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1810</link>
		<dc:creator>MJ Ray</dc:creator>
		<pubDate>Wed, 22 Dec 2010 17:51:45 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1810</guid>
		<description>Try {{var order.getPayment().getMethodInstance().getTitle()}} - I&#039;m using that for a client&#039;s shop to good effect.</description>
		<content:encoded><![CDATA[<p>Try {{var order.getPayment().getMethodInstance().getTitle()}} &#8211; I&#8217;m using that for a client&#8217;s shop to good effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Welsch-Lehmann</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1789</link>
		<dc:creator>Frank Welsch-Lehmann</dc:creator>
		<pubDate>Fri, 12 Nov 2010 11:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1789</guid>
		<description>Hi Nicholas,
this solution works really nice and gives a lot of flexibility. 

a) Have you ever managed to modify the template in a way to also show the custom options for a product?

b) How would I have to define the &quot;number_format($order-&gt;getSubtotal(), 2); &quot; to use german conventions (of . and ,)?

Thanks,
FrankW</description>
		<content:encoded><![CDATA[<p>Hi Nicholas,<br />
this solution works really nice and gives a lot of flexibility. </p>
<p>a) Have you ever managed to modify the template in a way to also show the custom options for a product?</p>
<p>b) How would I have to define the &#8220;number_format($order-&gt;getSubtotal(), 2); &#8221; to use german conventions (of . and ,)?</p>
<p>Thanks,<br />
FrankW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wo bekomme ich Hilfe, wenn ich die Transaktionsmails bearbeiten will? &#124; blog.erikkothe.de</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1758</link>
		<dc:creator>Wo bekomme ich Hilfe, wenn ich die Transaktionsmails bearbeiten will? &#124; blog.erikkothe.de</dc:creator>
		<pubDate>Wed, 04 Aug 2010 18:08:53 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1758</guid>
		<description>[...] bekommen, kann man auch seine eigenes E-Mail Template erstellen. Eine kleine Einführung ist unter http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-m... zu finden.     Tags: magento, template, transaktionsmail Kommentar schreiben     Kommentare (0) [...]</description>
		<content:encoded><![CDATA[<p>[...] bekommen, kann man auch seine eigenes E-Mail Template erstellen. Eine kleine Einführung ist unter <a href="http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-m..">http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-m..</a>. zu finden.     Tags: magento, template, transaktionsmail Kommentar schreiben     Kommentare (0) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1597</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 16 May 2010 12:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1597</guid>
		<description>Thanks, you&#039;ve really helped me a lot!

The only thing I need now is to get the payment method in the mail, because it contains the banking details for payment-in-advance-orders.

But {{var payment_html}} outputs everything with tags and {{var paymentMethod}} is empty...</description>
		<content:encoded><![CDATA[<p>Thanks, you&#8217;ve really helped me a lot!</p>
<p>The only thing I need now is to get the payment method in the mail, because it contains the banking details for payment-in-advance-orders.</p>
<p>But {{var payment_html}} outputs everything with tags and {{var paymentMethod}} is empty&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: molecule</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1581</link>
		<dc:creator>molecule</dc:creator>
		<pubDate>Thu, 29 Apr 2010 05:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1581</guid>
		<description>Thanks a lot for this, I posted a link and some of the code in a magento discussion here:
http://www.magentocommerce.com/boards/viewthread/25075/P15/

Hope you don&#039;t mind.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this, I posted a link and some of the code in a magento discussion here:<br />
<a href="http://www.magentocommerce.com/boards/viewthread/25075/P15/">http://www.magentocommerce.com/boards/viewthread/25075/P15/</a></p>
<p>Hope you don&#8217;t mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sim</title>
		<link>http://nicholas.piasecki.name/blog/2009/10/creating-sane-plain-text-sales-transactional-e-mails-in-magento/comment-page-1/#comment-1555</link>
		<dc:creator>Sim</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://nicholas.piasecki.name/blog/?p=387#comment-1555</guid>
		<description>I love your article! A very simple and effective solution to my simple text email problem. HOWEVER... 

My Magento has a custom checkout module installed (custom fields in the review step of checkout), and I have spent many hours already trying to figure out how to get the data generated by these fields to print up in the new order email along with the shipping info and order details. If I know the name of the database table where the custom info is being stored (custom_attribute_description) what sort of code should I use to echo the data onto the new order email? Your help is greatly appreciated!</description>
		<content:encoded><![CDATA[<p>I love your article! A very simple and effective solution to my simple text email problem. HOWEVER&#8230; </p>
<p>My Magento has a custom checkout module installed (custom fields in the review step of checkout), and I have spent many hours already trying to figure out how to get the data generated by these fields to print up in the new order email along with the shipping info and order details. If I know the name of the database table where the custom info is being stored (custom_attribute_description) what sort of code should I use to echo the data onto the new order email? Your help is greatly appreciated!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

