<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Launch email]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=3169&amp;type=atom" />
	<updated>2013-09-11T22:06:15Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=3169</id>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17755#p17755" />
			<content type="html"><![CDATA[<p>Did you run your test from the browser? Or from the command line? I believe the two php&#039;s use different ini files.</p>]]></content>
			<author>
				<name><![CDATA[tm]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=17873</uri>
			</author>
			<updated>2013-09-11T22:06:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17755#p17755</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=17752#p17752" />
			<content type="html"><![CDATA[<p>I am using centos. I have setup php.ini to use ssmtp as a relay , so that I can use smtp.gmail.com. php.ini has been changed to sendmail_path = /usr/sbin/ssmtp -t</p><br /><p>I have confirmed that this is working by using the following code</p><p>&lt;?php<br /> $to = &quot;recipient@example.com&quot;;<br /> $subject = &quot;Hi!&quot;;<br /> $body = &quot;Hi,\n\nHow are you?&quot;;<br /> if (mail($to, $subject, $body)) {<br />&nbsp; &nbsp;echo(&quot;&lt;p&gt;Email successfully sent!&lt;/p&gt;&quot;);<br />&nbsp; } else {<br />&nbsp; &nbsp;echo(&quot;&lt;p&gt;Email delivery failed…&lt;/p&gt;&quot;);<br />&nbsp; }<br /> ?&gt;</p><p>The email is sent to the correct recipient.</p><p>however. FrontAccounting is still not sending emails.&nbsp; I get the following errer<br />SALES QUOTATION 2. Sending document by email failed. Email: recipient@example.com</p><p>NOTE:recipient@example.com is not the actual email address that I used.</p>]]></content>
			<author>
				<name><![CDATA[waeking]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18476</uri>
			</author>
			<updated>2013-09-11T18:04:15Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=17752#p17752</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14676#p14676" />
			<content type="html"><![CDATA[<p>Yes, that&#039;s it. The mail system on your box is outside of scope FA carry about. The only global parameter is email address set in company setup, and FA uses it when sending emails via your mail system.<br />Janusz</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-12-18T07:55:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14676#p14676</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14653#p14653" />
			<content type="html"><![CDATA[<p>FA uses the <a href="http://php.net/manual/en/function.mail.php">PHP mail() function</a> to send mail. </p><p>There are other mature libraries like <a href="http://phpmailer.apache-extras.org.codespot.com/files/PHPMailer_5.2.2.zip">PHPMailer</a> that have a host of options including SMTP relaying enabling you to use hotmail / gmail / yahoo mail to send out your emails but you need to patch them in or create a module for it.</p><p>Please read the PHP mail() function and the comments there in to configure your Windows box to relay mail.</p><div class="quotebox"><blockquote><p>When using the PHP mail() function with IIS 6 on Windows Server 2003, check your &quot;Relay&quot; settings on the SMTP Virtual Server in IIS.&nbsp; If you grant access to 127.0.0.1 and set then set your php.ini SMTP to the same IP address (along with setting the same port 25), you should have success in sending mail.</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-12-16T15:25:07Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14653#p14653</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14651#p14651" />
			<content type="html"><![CDATA[<p>This may be a chunk late, but could an individual explain to myself just where one designs up the e-mail component of FA? I have some type of email webserver that&#039;s configured to send email messages as well as these however I don&#039;t see any options in FA to dispatch e-mail messages to anyone.....</p>]]></content>
			<author>
				<name><![CDATA[jaydentyler25]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16770</uri>
			</author>
			<updated>2012-12-16T13:15:18Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14651#p14651</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14601#p14601" />
			<content type="html"><![CDATA[<p>Only global values should be in the <a href="https://frontaccounting.com/fawiki/index.php?n=Main.Config"><strong>config.php</strong></a> file since each company would need it to be possibly different and therefore it should be in the <strong>sys_prefs</strong> table and hence settable through the <strong>Setup -&gt; Company Setup</strong> page.</p><p><strong>reporting/includes/class.mail.inc</strong> is used to send mail.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2012-12-13T05:01:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14601#p14601</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=14588#p14588" />
			<content type="html"><![CDATA[<p>This is a bit late, but could someone explain to me where one sets up the email module of FA? I have an email server that&#039;s configured to send emails and such but I don&#039;t see any options in FA to send emails to anyone.....</p><p>Any help or hints are greatly appreciated! <img src="https://frontaccounting.com/punbb/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[reservhotel]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=16779</uri>
			</author>
			<updated>2012-12-12T19:34:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=14588#p14588</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12795#p12795" />
			<content type="html"><![CDATA[<p>got it!</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[twitty1437]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14470</uri>
			</author>
			<updated>2012-07-01T14:08:33Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12795#p12795</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12793#p12793" />
			<content type="html"><![CDATA[<p>You will find it in respective php file. Use grep to find &#039;Email This&#039; phrase.</p>]]></content>
			<author>
				<name><![CDATA[itronics]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=89</uri>
			</author>
			<updated>2012-07-01T09:16:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12793#p12793</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12788#p12788" />
			<content type="html"><![CDATA[<p>ok.<br />In this case, where can i remove the &quot;Email this XXX&quot; link so that users won&#039;t send it accidentaly?</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[twitty1437]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14470</uri>
			</author>
			<updated>2012-06-30T10:50:47Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12788#p12788</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12785#p12785" />
			<content type="html"><![CDATA[<p>No, I am afraid not. But you should be able to send the pdf-file by email from the pdf reader.</p><p>You can also use the memo field inside the invoice form for leaving personal messages.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2012-06-29T14:44:31Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12785#p12785</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Launch email]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=12784#p12784" />
			<content type="html"><![CDATA[<p>Hi all,<br />I got the email function working, but it just sends the email in the background without allowing me to do any editing: add personal message, add other email etc<br />Is there a way to launch the email application (outlook/Thunderbird etc) with the attachment (invoice. PO etc) attached, so that user can add email from the address book and type the message before sending.</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[twitty1437]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=14470</uri>
			</author>
			<updated>2012-06-29T13:54:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=12784#p12784</id>
		</entry>
</feed>
