<?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: Mail in Magento</title>
	<atom:link href="http://blog.decryptweb.com/mail-in-magento/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.decryptweb.com/mail-in-magento/</link>
	<description>Open Source Web Solutions</description>
	<lastBuildDate>Tue, 31 Jan 2012 14:01:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DWRoot</title>
		<link>http://blog.decryptweb.com/mail-in-magento/comment-page-1/#comment-1178</link>
		<dc:creator>DWRoot</dc:creator>
		<pubDate>Wed, 30 Nov 2011 12:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decryptweb.com/?p=176#comment-1178</guid>
		<description>@Jagesh - The email is set from admin end in general, it should not be hardcoded. I am referring Magento version 1.5 , check this file app/code/core/Mage/Sales/Model/Order/Shipment.php (its in &lt;strong&gt;core&lt;/strong&gt; package, if you are using local than check in &lt;strong&gt;&#039;local&#039;&lt;/strong&gt; package), there is a function for email &lt;strong&gt;&#039;sendEmail&#039;&lt;/strong&gt;.</description>
		<content:encoded><![CDATA[<p>@Jagesh &#8211; The email is set from admin end in general, it should not be hardcoded. I am referring Magento version 1.5 , check this file app/code/core/Mage/Sales/Model/Order/Shipment.php (its in <strong>core</strong> package, if you are using local than check in <strong>&#8216;local&#8217;</strong> package), there is a function for email <strong>&#8216;sendEmail&#8217;</strong>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jagesh</title>
		<link>http://blog.decryptweb.com/mail-in-magento/comment-page-1/#comment-1177</link>
		<dc:creator>Jagesh</dc:creator>
		<pubDate>Wed, 30 Nov 2011 05:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decryptweb.com/?p=176#comment-1177</guid>
		<description>Hi,
Do u know which file sending shipment email from magento.I want to modify the sender name in that file,because that file is hardcoded,i want to remove the harcoded sender name from that file.the mail is sending in a particular sender name even i modify the sender options in admin.
Please help me to solve this issue

Thanks
Jagesh</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Do u know which file sending shipment email from magento.I want to modify the sender name in that file,because that file is hardcoded,i want to remove the harcoded sender name from that file.the mail is sending in a particular sender name even i modify the sender options in admin.<br />
Please help me to solve this issue</p>
<p>Thanks<br />
Jagesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DWRoot</title>
		<link>http://blog.decryptweb.com/mail-in-magento/comment-page-1/#comment-227</link>
		<dc:creator>DWRoot</dc:creator>
		<pubDate>Fri, 28 Jan 2011 15:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decryptweb.com/?p=176#comment-227</guid>
		<description>You can check the default controller of contacts module

Here is the code
[php]
&lt;?php
$mailTemplate = Mage::getModel(&#039;core/email_template&#039;);
                /* @var $mailTemplate Mage_Core_Model_Email_Template */
                $mailTemplate-&gt;setDesignConfig(array(&#039;area&#039; =&gt; &#039;frontend&#039;))
                    -&gt;setReplyTo($post[&#039;email&#039;])
                    -&gt;sendTransactional(
                        Mage::getStoreConfig(self::XML_PATH_EMAIL_TEMPLATE),
                        Mage::getStoreConfig(self::XML_PATH_EMAIL_SENDER),
                        Mage::getStoreConfig(self::XML_PATH_EMAIL_RECIPIENT),
                        null,
                        array(&#039;data&#039; =&gt; $postObject)
                    );
?&gt;
[/php]</description>
		<content:encoded><![CDATA[<p>You can check the default controller of contacts module</p>
<p>Here is the code</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
$mailTemplate = Mage::getModel('core/email_template');
                /* @var $mailTemplate Mage_Core_Model_Email_Template */
                $mailTemplate-&gt;setDesignConfig(array('area' =&gt; 'frontend'))
                    -&gt;setReplyTo($post['email'])
                    -&gt;sendTransactional(
                        Mage::getStoreConfig(self::XML_PATH_EMAIL_TEMPLATE),
                        Mage::getStoreConfig(self::XML_PATH_EMAIL_SENDER),
                        Mage::getStoreConfig(self::XML_PATH_EMAIL_RECIPIENT),
                        null,
                        array('data' =&gt; $postObject)
                    );
?&gt;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ela</title>
		<link>http://blog.decryptweb.com/mail-in-magento/comment-page-1/#comment-225</link>
		<dc:creator>Ela</dc:creator>
		<pubDate>Thu, 27 Jan 2011 15:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.decryptweb.com/?p=176#comment-225</guid>
		<description>Hi,

How to set template use templates while 
sending method.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How to set template use templates while<br />
sending method.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

