<?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: [v3.3] TO and BCC email addresses modifications</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: [v3.3] TO and BCC email addresses modifications</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:02:22 +0000</pubDate>

<item>
<title>ROYW1000 on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-17440</link>
<pubDate>Mon, 04 Mar 2013 19:52:18 +0000</pubDate>
<dc:creator>ROYW1000</dc:creator>
<guid isPermaLink="false">17440@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Any update on this?&#60;/p&#62;
&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Rather than use the above method which would apply to all forms I assume how could I do the following and some are sent to more than one person so that bcc option wont work.&#60;/p&#62;
&#60;p&#62;Lets say I have 10 forms and only 2 forms I want extra people to get a BCC. Is there a way I can code in if form = 1 and 3 ten bcc this person. And if 4 = 4 bcc these people.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Roy
&#60;/p&#62;</description>
</item>
<item>
<title>swamyg1 on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-16595</link>
<pubDate>Fri, 07 Dec 2012 01:32:06 +0000</pubDate>
<dc:creator>swamyg1</dc:creator>
<guid isPermaLink="false">16595@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I would only like to do this for particular forms as well. Can you please advise if this is possible?
&#60;/p&#62;</description>
</item>
<item>
<title>ROYW1000 on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-16461</link>
<pubDate>Tue, 13 Nov 2012 15:59:45 +0000</pubDate>
<dc:creator>ROYW1000</dc:creator>
<guid isPermaLink="false">16461@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Rather than use the above method which would apply to all forms I assume how could I do the following and some are sent to more than one person so that bcc option wont work.&#60;/p&#62;
&#60;p&#62;Lets say I have 10 forms and only 2 forms I want extra people to get a BCC. Is there a way I can code in if form = 1 and 3 ten bcc this person. And if 4 = 4 bcc these people.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Roy
&#60;/p&#62;</description>
</item>
<item>
<title>darnellsmith on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-15768</link>
<pubDate>Tue, 28 Aug 2012 21:10:06 +0000</pubDate>
<dc:creator>darnellsmith</dc:creator>
<guid isPermaLink="false">15768@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ok, great that worked.&#60;/p&#62;
&#60;p&#62;Thanks for the great support and we think your product is A1!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-15751</link>
<pubDate>Tue, 28 Aug 2012 18:20:43 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">15751@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;darnellsmith -- on version 3.3, the code above is placed around line 746. Make sure to copy the whole code. If the problem persist, please send us your file and we'll check it.
&#60;/p&#62;</description>
</item>
<item>
<title>darnellsmith on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-15727</link>
<pubDate>Mon, 27 Aug 2012 22:43:14 +0000</pubDate>
<dc:creator>darnellsmith</dc:creator>
<guid isPermaLink="false">15727@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;My version 3.3 looks like this and is in 2 places. When I try to modify this section of code I get a error and the interface will not even load until putting it back to the way it was. Please advise what should be changed to have multiple emails sent as BCC.&#60;/p&#62;
&#60;p&#62;                        $s_message = Swift_Message::newInstance()&#60;br /&#62;
			-&#38;gt;setCharset('utf-8')&#60;br /&#62;
			-&#38;gt;setMaxLineLength(1000)&#60;br /&#62;
			-&#38;gt;setSubject($subject)&#60;br /&#62;
			-&#38;gt;setFrom(array($from_email =&#38;gt; $from_name))&#60;br /&#62;
			-&#38;gt;setSender($from_email)&#60;br /&#62;
			-&#38;gt;setReturnPath($from_email)&#60;br /&#62;
			-&#38;gt;setTo($user_email)&#60;br /&#62;
			-&#38;gt;setBody($email_content, 'text/html');
&#60;/p&#62;</description>
</item>
<item>
<title>PaulWood on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-15460</link>
<pubDate>Thu, 26 Jul 2012 23:03:34 +0000</pubDate>
<dc:creator>PaulWood</dc:creator>
<guid isPermaLink="false">15460@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there a way to get around the modifications being overwritten when an minor update is released?
&#60;/p&#62;</description>
</item>
<item>
<title>NiTRoN on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-14846</link>
<pubDate>Wed, 23 May 2012 00:01:00 +0000</pubDate>
<dc:creator>NiTRoN</dc:creator>
<guid isPermaLink="false">14846@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;just want to add that in v3.2 this is around line 740
&#60;/p&#62;</description>
</item>
<item>
<title>accudata on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-14775</link>
<pubDate>Thu, 17 May 2012 08:54:51 +0000</pubDate>
<dc:creator>accudata</dc:creator>
<guid isPermaLink="false">14775@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;oh, okay. From reading around the forums, it seems like it took you guys around 6 years to release version 3? Why did it take so long? Is it going to be another 6 years before version 4 comes out? What is in the pipeline for version 4? Integration would be a key feature that could strike a lot of interest.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-14773</link>
<pubDate>Thu, 17 May 2012 08:36:26 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">14773@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sometime there are some features that really needed by some people but we can't simply add it into MachForm to avoid complexity. This is why the forum exist, to provide this kind of modifications. If you look closer into this forum posts, you will find lots of modifications.&#60;/p&#62;
&#60;p&#62;And if we include every modifications into MachForm it will become a bloated product, which we don't want. However, once a modification become popular and being used by a lot of people, most likely it will be included as part of MachForm.
&#60;/p&#62;</description>
</item>
<item>
<title>accudata on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-14771</link>
<pubDate>Thu, 17 May 2012 08:17:46 +0000</pubDate>
<dc:creator>accudata</dc:creator>
<guid isPermaLink="false">14771@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;why not just make an update instead of posting a mod here? We are paying customers ya know?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[v3.3] TO and BCC email addresses modifications"</title>
<link>https://www.machform.com/forums/topic/v3-to-and-bcc-email-addresses-modifications#post-14332</link>
<pubDate>Thu, 12 Apr 2012 11:55:52 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">14332@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;For those who needs to send the result of the form to multiple email addresses and need to use BCC for the second email address and the rest, here's a simple modification to do so.&#60;/p&#62;
&#60;p&#62;So for example, let say you have set the destination email address of your form to these recipients:&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;mailto:person1@example.com&#34;&#62;person1@example.com&#60;/a&#62;,person2@example.com,person3@example.com,person4@example.com&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This modification will send the the form result to &#60;a href=&#34;mailto:person1@example.com&#34;&#62;person1@example.com&#60;/a&#62; (using TO) and BCC to the other addresses.&#60;/p&#62;
&#60;p&#62;To do this, you will need to edit &#34;includes/helper-functions.php&#34;, around line 746 (this might change over time, but it should be somewhere near this line) you'll find this block of code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$s_message = Swift_Message::newInstance()
-&#38;gt;setCharset(&#38;#39;utf-8&#38;#39;)
-&#38;gt;setMaxLineLength(1000)
-&#38;gt;setSubject($subject)
-&#38;gt;setFrom(array($from_email =&#38;gt; $from_name))
-&#38;gt;setSender($from_email)
-&#38;gt;setReturnPath($from_email)
-&#38;gt;setTo($email_address)
-&#38;gt;setBody($email_content, $email_content_type);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace the above code with this one below:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$bcc_address = array_slice($email_address, 1);
$to_address  = $email_address[0];

$s_message = Swift_Message::newInstance()
-&#38;gt;setCharset(&#38;#39;utf-8&#38;#39;)
-&#38;gt;setMaxLineLength(1000)
-&#38;gt;setSubject($subject)
-&#38;gt;setFrom(array($from_email =&#38;gt; $from_name))
-&#38;gt;setSender($from_email)
-&#38;gt;setReturnPath($from_email)
-&#38;gt;setTo($to_address)
-&#38;gt;setBcc($bcc_address)
-&#38;gt;setBody($email_content, $email_content_type);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and that's it.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
