<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: TO and BCC email addresses??</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: TO and BCC email addresses??</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 09:08:58 +0000</pubDate>

<item>
<title>yuniar on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-14333</link>
<pubDate>Thu, 12 Apr 2012 11:58:00 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">14333@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Guys,&#60;/p&#62;
&#60;p&#62;I've just posted an updated code to do the same thing for v3 here:&#60;br /&#62;
&#60;a href=&#34;http://www.appnitro.com/forums/topic/v3-to-and-bcc-email-addresses-modifications&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/v3-to-and-bcc-email-addresses-modifications&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you have any questions or found any problem, please reply there instead.
&#60;/p&#62;</description>
</item>
<item>
<title>jesseshowalter on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-14329</link>
<pubDate>Thu, 12 Apr 2012 05:52:19 +0000</pubDate>
<dc:creator>jesseshowalter</dc:creator>
<guid isPermaLink="false">14329@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;When i search the file &#34;includes/helper-functions.php&#34; I DO NOT find these lines of code, Why is this? Is it because of the version 3. When will all be sorted out, I need this functionality.
&#60;/p&#62;</description>
</item>
<item>
<title>jaygrabiec on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-14253</link>
<pubDate>Thu, 05 Apr 2012 04:43:48 +0000</pubDate>
<dc:creator>jaygrabiec</dc:creator>
<guid isPermaLink="false">14253@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This is exactly what we are wanting to do, but we can't get it to work with the code provided earlier in this post and were wondering if there is still a way to accomplish this. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Jay
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-14203</link>
<pubDate>Sat, 31 Mar 2012 20:44:18 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">14203@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;We got your support ticket. We'll reply there.
&#60;/p&#62;</description>
</item>
<item>
<title>spresser12 on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-14188</link>
<pubDate>Sat, 31 Mar 2012 01:03:19 +0000</pubDate>
<dc:creator>spresser12</dc:creator>
<guid isPermaLink="false">14188@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;We can get MachForm 3 to send to one email but if we add more than one email it errors out.  In the past, we were able to alter the code so it would allow us to email the first address, and BCC the second, third, fourth, etc...
&#60;/p&#62;</description>
</item>
<item>
<title>wpatters1229 on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-12922</link>
<pubDate>Sun, 20 Nov 2011 08:40:16 +0000</pubDate>
<dc:creator>wpatters1229</dc:creator>
<guid isPermaLink="false">12922@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I tried the manual changes but seemed to have broken the email so I reversed the change.
&#60;/p&#62;</description>
</item>
<item>
<title>wpatters1229 on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-12920</link>
<pubDate>Sat, 19 Nov 2011 12:09:44 +0000</pubDate>
<dc:creator>wpatters1229</dc:creator>
<guid isPermaLink="false">12920@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Have you since this email fixed the bcc issue so a person does not have to modify the code as shown here?  Did not see any way in the current application
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-7115</link>
<pubDate>Sat, 29 Aug 2009 11:23:34 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">7115@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I see &#34;+&#34; character would be a problem to mail validation. However to fix it, you need to edit &#34;includes/common-validation.php&#34; file and go to around line 207, you will see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;error_message = VAL_EMAIL;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then put these code exactly above that line &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$value[0] = str_replace($value[0],&#38;#39;+&#38;#39;,&#38;#39;&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>jewelz24 on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-7110</link>
<pubDate>Sat, 29 Aug 2009 01:27:59 +0000</pubDate>
<dc:creator>jewelz24</dc:creator>
<guid isPermaLink="false">7110@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;hello,  I changed the code above as mentioned and it worked fine with &#34;normal&#34; email addresses.  However i have an email address with the character &#34;+&#34; example: me+you@company.com  When entering this email in the field i get the error: This field is not in the correct email format.&#60;/p&#62;
&#60;p&#62;Any workaround for this?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-3577</link>
<pubDate>Fri, 07 Nov 2008 12:27:23 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">3577@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Machform have not this feature yet, however you can do that manually by editing &#34;includes/helper-functions.php&#34;. Search between line 475 ~ 482, you'll find this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$has_email = false;
foreach ($email_address as $email){
	$email = trim($email);
	if(!empty($email)){
		$mail-&#38;gt;AddAddress($email);
		$has_email = true;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with this one &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$i = 1;
$has_email = false;
foreach ($email_address as $email){
	$email = trim($email);
	if(!empty($email)){
		if ($i == 1)
			$mail-&#38;gt;AddAddress($email);
		else
			$mail-&#38;gt;AddBCC($email);
		$has_email = true;
                $i++;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and don't forget to add this code on line 487&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$mail-&#38;gt;ClearBCCs();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;next, what you have to do is set email notification on &#34;email&#34; menu setting with multiple email format (ex: &#60;a href=&#34;mailto:test@test.com&#34;&#62;test@test.com&#60;/a&#62;,test1@test.com). This modification will send first email as &#34;TO Email&#34; and next email with &#34;BCC Email&#34;.
&#60;/p&#62;</description>
</item>
<item>
<title>deaddingo on "TO and BCC email addresses??"</title>
<link>https://www.machform.com/forums/topic/to-and-bcc-email-addresses#post-3573</link>
<pubDate>Fri, 07 Nov 2008 06:34:02 +0000</pubDate>
<dc:creator>deaddingo</dc:creator>
<guid isPermaLink="false">3573@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;Is it possible to have the emails go to a TO email address, but then also have it BCC other email addresses as well?&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
</item>

</channel>
</rss>
