<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — BCC for all outgoing e-mails]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1069</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1069&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in BCC for all outgoing e-mails.]]></description>
		<lastBuildDate>Mon, 08 Feb 2010 20:58:49 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[BCC for all outgoing e-mails]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4712#p4712</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (shopimport)]]></author>
			<pubDate>Mon, 08 Feb 2010 20:58:49 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4712#p4712</guid>
		</item>
	</channel>
</rss>
