<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Emailing invoices]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=341</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=341&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Emailing invoices.]]></description>
		<lastBuildDate>Thu, 24 Jun 2010 23:33:22 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6301#p6301</link>
			<description><![CDATA[<p>Ok for that one: the problem was a space at the end of the email sequence (coming from the uploading of the customer information).</p><p>Now trying to find out where I can change the invoice template base and understand why there is no taxes in the sent invoice.</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Thu, 24 Jun 2010 23:33:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6301#p6301</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6300#p6300</link>
			<description><![CDATA[<p>I tested the test_email.php, and I received an email.</p><p>Does that mean something ?</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Thu, 24 Jun 2010 22:30:19 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6300#p6300</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6206#p6206</link>
			<description><![CDATA[<p>It should be noted, from personal experience, if sendmail (or sendmail friendly equivalent like postfix) is installed but is not running (or perhaps not running properly) php may not complain that there has been an error. The mail will be successfully sent with the sendmail program but is either queued or lost so you won&#039;t ever receive the email.</p>]]></description>
			<author><![CDATA[null@example.com (rthor)]]></author>
			<pubDate>Thu, 10 Jun 2010 19:31:38 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6206#p6206</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6179#p6179</link>
			<description><![CDATA[<p>Test your smtp server Mail funcion firstly.</p><p>upload this test_email.php to your server site and open it </p><div class="codebox"><pre><code>&lt;?php
$to = &quot;someone@example.com&quot;;   //change to your own email address to test whether you can receive mail from your php.ini setting
$subject = &quot;Test mail&quot;;
$message = &quot;Hello! This is a simple email message.&quot;;
$from = &quot;someonelse@example.com&quot;;
$headers = &quot;From: $from&quot;;
mail($to,$subject,$message,$headers);
echo &quot;Mail Sent.&quot;;
?&gt;</code></pre></div><p>and then see whether you can receive email or not.</p><p>This is really a test for proper email function in your php hosting setting.</p>]]></description>
			<author><![CDATA[null@example.com (thhui)]]></author>
			<pubDate>Wed, 09 Jun 2010 06:03:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6179#p6179</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6176#p6176</link>
			<description><![CDATA[<p>seems correct (from .po file)<br />&quot;Content-Type: text/plain; charset=iso-8859-1\n&quot;<br />&quot;Content-Transfer-Encoding: 8bit\n&quot;<br />&quot;X-Poedit-Language: French\n&quot;<br />&quot;X-Poedit-Country: FRANCE\n&quot;<br />&quot;X-Poedit-SourceCharset: iso-8859-1\n&quot;</p><p>Gaston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Tue, 08 Jun 2010 22:56:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6176#p6176</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6168#p6168</link>
			<description><![CDATA[<p>I guess you have installed some translation package for FA (french?). The charset (encoding) should be noiced in documentation to the package, or you can read it form *.po file&#039;s header. If you do not use any translation package, <br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 08 Jun 2010 15:29:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6168#p6168</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6165#p6165</link>
			<description><![CDATA[<p>Janusz,</p><p>I&#039;m a little bit embarrassed to ask, and sorry if it is obvious for you, but how do I know the charset I use ?</p><p>Gaston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Tue, 08 Jun 2010 11:44:56 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6165#p6165</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6155#p6155</link>
			<description><![CDATA[<p>Sorry, there was a typo in my post. <br />You can change charset declarations in lines 58 and 65 of /reporting/includes/class.mail.inc to the encoding you are actually using in your system.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 08 Jun 2010 07:51:13 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6155#p6155</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6151#p6151</link>
			<description><![CDATA[<p>If you are using windows XAMPP, the php Mail function might not allow you to send mail by SMTP.<br />It depends on what your ISP setting on SMTP is.</p><p>If it use SMTP Authentication, php Mail might not work.</p>]]></description>
			<author><![CDATA[null@example.com (thhui)]]></author>
			<pubDate>Tue, 08 Jun 2010 01:35:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6151#p6151</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6150#p6150</link>
			<description><![CDATA[<p>Sorry Januzs,</p><p>But I don&#039;t understand what I&#039;m supposed to do,</p><p>Could you be more explicit ?</p><p>Thanks</p><p>Gaston</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Mon, 07 Jun 2010 23:41:36 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6150#p6150</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6128#p6128</link>
			<description><![CDATA[<p>This can be related to charset selection in ma class. In 2.2.x the charset was set always to ISO-8859-1. In FA 2.3 it was fixed. You can try change the charset to the one you use about line 58 and 65 of /reporting/includes/class.mail.inc. <br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Sun, 06 Jun 2010 16:11:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6128#p6128</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=6119#p6119</link>
			<description><![CDATA[<p>Sorry to jump in here (after searching), but it seems very related...</p><p>I have this error:</p><p>mail() [function.mail]: SMTP server response: 553 5.1.3 syntax error; address contains 8bit characters: Ville d&amp;#039;Amos&nbsp; &lt;mireille.xxxxx@ville.amos.qc.ca &gt; in file: C:\Data\SitesWeb\rimqfa\reporting\includes\class.mail.inc at line 138<br />Sending document by email failed</p><p>I&#039;m using 2.2.8</p><p>What is the fix ?</p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (huotg01)]]></author>
			<pubDate>Sat, 05 Jun 2010 13:24:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=6119#p6119</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=2466#p2466</link>
			<description><![CDATA[<p>Ok, no problem. That was long, weary day for me, so take it easy <img src="https://frontaccounting.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" />.<br />Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 06 May 2009 07:30:46 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=2466#p2466</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=2465#p2465</link>
			<description><![CDATA[<p>Gents, </p><p>I was have some fun .... no harm intended ...</p>]]></description>
			<author><![CDATA[null@example.com (Attila)]]></author>
			<pubDate>Wed, 06 May 2009 06:06:15 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=2465#p2465</guid>
		</item>
		<item>
			<title><![CDATA[Re: Emailing invoices]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=2459#p2459</link>
			<description><![CDATA[<div class="quotebox"><cite>tom wrote:</cite><blockquote><p>I think he was referring to using Google to find articles on how to get sendmail working with php.</p></blockquote></div><p>Exactly. I do my best to fix all bugs found ASAP, but I&#039;m not responsible for configuration of FA user&#039;s site. </p><div class="quotebox"><cite>Attila wrote:</cite><blockquote><p>Im afraid its YOU kind Sir</p></blockquote></div><p>I have fixed the problem, I have pushed the solution to CVS and I have explained how to fix it manually. The fix was made available also with latest FA release. What could I do more to satisfy you Sir?</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Tue, 05 May 2009 18:50:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=2459#p2459</guid>
		</item>
	</channel>
</rss>
