<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — BCC for all outgoing e-mails]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1069&amp;type=atom" />
	<updated>2010-02-08T20:58:49Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=1069</id>
		<entry>
			<title type="html"><![CDATA[BCC for all outgoing e-mails]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=4712#p4712" />
			<content type="html"><![CDATA[<p>I was looking for a way to get a BCC of every outgoing mail by frontaccounting which is most of the times the sales invoice.</p><p>As a workaround I have set the bcc in the reporting/includes/class.mail.inc like this:</p><div class="codebox"><pre><code>    function email($name, $mail)
    {

        $this-&gt;boundary = md5(uniqid(time()));
        $this-&gt;header .= &quot;From: $name &lt;$mail&gt;\n&quot;;
        $this-&gt;bcc[] = &#039;info@mydomain.tld&#039;;
    }</code></pre></div><p>Either I&#039;ve overlooked this function within FA setup or it would be a nice improvement (for me at least).</p>]]></content>
			<author>
				<name><![CDATA[shopimport]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=512</uri>
			</author>
			<updated>2010-02-08T20:58:49Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=4712#p4712</id>
		</entry>
</feed>
