<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — HTML email is not working while sending invoices]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5963</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5963&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in HTML email is not working while sending invoices.]]></description>
		<lastBuildDate>Tue, 06 Oct 2015 03:03:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: HTML email is not working while sending invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24432#p24432</link>
			<description><![CDATA[<p>Attached herewith is a PDF of your article. A couple of <strong>mail-&gt;</strong> lines above the code snippet referred to will also need to be changed suitably.</p><p>Using the Autoload may not be recommendable as it might cause multiple classes out of context to overload one another. Including just the files used like <strong>lass.phpmailer.php</strong>&nbsp; (and others if used) may be better off. Better still would be to include it in another replacement file class.mail.inc where the latter&#039;s methods and properties can be aliased.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Tue, 06 Oct 2015 03:03:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24432#p24432</guid>
		</item>
		<item>
			<title><![CDATA[Re: HTML email is not working while sending invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24431#p24431</link>
			<description><![CDATA[<p>Here i wrote in detail. </p><br /><br /><p><a href="http://www.kvcodes.com/2015/10/frontaccounting-emailer-class-replacement-with-phpmailer-class/"> Read Here. </a></p><p>Those who looking to integreate phpmailer. than read it here.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Mon, 05 Oct 2015 08:48:55 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24431#p24431</guid>
		</item>
		<item>
			<title><![CDATA[Re: HTML email is not working while sending invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24425#p24425</link>
			<description><![CDATA[<p>You can post your PHPMailer integration code herein.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Sun, 04 Oct 2015 19:40:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24425#p24425</guid>
		</item>
		<item>
			<title><![CDATA[Re: HTML email is not working while sending invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24421#p24421</link>
			<description><![CDATA[<p>i checked it. the email contents from class,mail.inc, giving plain text contents. and its generating html content as well. but in the mail format is not html . so i started using phpmailer into the FA. it solved my issues. so if someone asks the same thing in future, please move to use phpmailer class. instead of the existing one.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Sun, 04 Oct 2015 08:35:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24421#p24421</guid>
		</item>
		<item>
			<title><![CDATA[Re: HTML email is not working while sending invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24408#p24408</link>
			<description><![CDATA[<p>Check the raw content of any html email successfully received by gmail or yahoo mail and compare it with the mail you send out from FA and see what headers if any are missing and add them in.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Fri, 02 Oct 2015 10:15:12 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24408#p24408</guid>
		</item>
		<item>
			<title><![CDATA[Re: HTML email is not working while sending invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24405#p24405</link>
			<description><![CDATA[<p>I tried that $mail-&gt;html() already and it was not working to send html content .&nbsp; i mean its not there in gmail or yahoo mail. </p><p>so prefer to go with phpmailer now. once i done the change i will put it here else i will write a separate article in my blog..</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Fri, 02 Oct 2015 05:28:45 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24405#p24405</guid>
		</item>
		<item>
			<title><![CDATA[Re: HTML email is not working while sending invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24403#p24403</link>
			<description><![CDATA[<p>Try to use <a href="https://github.com/PHPMailer/PHPMailer">PHPMailer</a> and submit to FA for inclusion when done. </p><p>FA uses mail() to send mail and is on the <a href="https://frontaccounting.com/fawiki/index.php?n=Devel.EMailIssues">Wiki</a>.</p><p>Line 1026 in <strong>reporting/includes/pdf_reports.inc</strong>:<br /></p><div class="codebox"><pre><code>                        $mail-&gt;text($msg . $sender);</code></pre></div><p>can be replaced with:<br /></p><div class="codebox"><pre><code>                        $mail-&gt;html($msg . $sender);</code></pre></div><p>if the <strong>$msg</strong> has html content.</p><p>Similar replacement can be done on line 77 in <strong>inventory/includes/inventory_db.inc</strong>.</p>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Thu, 01 Oct 2015 18:32:42 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24403#p24403</guid>
		</item>
		<item>
			<title><![CDATA[HTML email is not working while sending invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=24398#p24398</link>
			<description><![CDATA[<p>Hi, </p><p>&nbsp; I customized pdf_report.inc file with html email. its receiving the html emails on my custom web mails. but when i send it to popular mail servers like gmail and yahoo, it wont work. its showing the plain text. </p><p>I guess the class.mail.inc file is handling the email operations. And the email class&nbsp; is not updated with current mailing system. </p><p>How i send html emails to all the mailer classes.</p>]]></description>
			<author><![CDATA[null@example.com (kvvaradha)]]></author>
			<pubDate>Thu, 01 Oct 2015 11:00:48 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=24398#p24398</guid>
		</item>
	</channel>
</rss>
