<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Emailing invoices]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=341&amp;type=atom" />
	<updated>2010-06-24T23:33:22Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=341</id>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6301#p6301" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[huotg01]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=983</uri>
			</author>
			<updated>2010-06-24T23:33:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6301#p6301</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6300#p6300" />
			<content type="html"><![CDATA[<p>I tested the test_email.php, and I received an email.</p><p>Does that mean something ?</p>]]></content>
			<author>
				<name><![CDATA[huotg01]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=983</uri>
			</author>
			<updated>2010-06-24T22:30:19Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6300#p6300</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6206#p6206" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[rthor]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=874</uri>
			</author>
			<updated>2010-06-10T19:31:38Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6206#p6206</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6179#p6179" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[thhui]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=376</uri>
			</author>
			<updated>2010-06-09T06:03:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6179#p6179</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6176#p6176" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[huotg01]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=983</uri>
			</author>
			<updated>2010-06-08T22:56:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6176#p6176</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6168#p6168" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-06-08T15:29:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6168#p6168</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6165#p6165" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[huotg01]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=983</uri>
			</author>
			<updated>2010-06-08T11:44:56Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6165#p6165</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6155#p6155" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-06-08T07:51:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6155#p6155</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6151#p6151" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[thhui]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=376</uri>
			</author>
			<updated>2010-06-08T01:35:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6151#p6151</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6150#p6150" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[huotg01]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=983</uri>
			</author>
			<updated>2010-06-07T23:41:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6150#p6150</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6128#p6128" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2010-06-06T16:11:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6128#p6128</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=6119#p6119" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[huotg01]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=983</uri>
			</author>
			<updated>2010-06-05T13:24:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=6119#p6119</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=2466#p2466" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2009-05-06T07:30:46Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=2466#p2466</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=2465#p2465" />
			<content type="html"><![CDATA[<p>Gents, </p><p>I was have some fun .... no harm intended ...</p>]]></content>
			<author>
				<name><![CDATA[Attila]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=153</uri>
			</author>
			<updated>2009-05-06T06:06:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=2465#p2465</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Emailing invoices]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=2459#p2459" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2009-05-05T18:50:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=2459#p2459</id>
		</entry>
</feed>
