<?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: multiple email notification</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: multiple email notification</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 01:43:52 +0000</pubDate>

<item>
<title>redityo on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-8758</link>
<pubDate>Tue, 23 Feb 2010 21:45:48 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8758@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ups .. sorry, I've post the wrong line. It should around line 1131 ~ 1134, I've fixed above code anyway.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-8740</link>
<pubDate>Sat, 20 Feb 2010 11:43:45 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8740@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@MKachtan,&#60;/p&#62;
&#60;p&#62;Do you mean, you want to send mail notification to the mail list on &#34;you&#34; section but with from email address &#34;no-reply@domain.com&#34; ?&#60;/p&#62;
&#60;p&#62;@2farnorth,&#60;/p&#62;
&#60;p&#62;Your code should working fine, anyway I think to check this further,  could you send me your &#34;post-functions.php&#34; file and the form url to :&#60;/p&#62;
&#60;p&#62;customer.service[at]appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>2farnorth on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-8736</link>
<pubDate>Sat, 20 Feb 2010 05:32:24 +0000</pubDate>
<dc:creator>2farnorth</dc:creator>
<guid isPermaLink="false">8736@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm loving the Machform but am having the same problem as grandeland -&#60;br /&#62;
edited includes/post-functions.php and added:&#60;br /&#62;
    if($form_id =='1'){&#60;br /&#62;
                                $esr_email_address = '{element_27},{element_28},{element_26}';&#60;br /&#62;
                                }&#60;br /&#62;
my form_id is correct (checked db)&#60;br /&#62;
my element_ ids are correct (checked html source code &#38;#38; db)&#60;br /&#62;
It doesn't seem to matter which selection I try in the 'Your Users' section of the admin interface, only the one selected gets the email. &#60;/p&#62;
&#60;p&#62;Is there something else I need to do for it to send the summary to multiple emails? It works great for the admin and 1 user... &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>MKachtan on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-8724</link>
<pubDate>Fri, 19 Feb 2010 01:36:31 +0000</pubDate>
<dc:creator>MKachtan</dc:creator>
<guid isPermaLink="false">8724@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;To be a little clearer.&#60;/p&#62;
&#60;p&#62;My form is setup to email a group of people with the from address being pulled from the &#34;Your Address&#34; field on the form. I would like to send a duplicate email to another group of people but with a from address of &#34;no-reply@domain.com&#34;. Is this possible?
&#60;/p&#62;</description>
</item>
<item>
<title>MKachtan on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-8723</link>
<pubDate>Fri, 19 Feb 2010 00:01:19 +0000</pubDate>
<dc:creator>MKachtan</dc:creator>
<guid isPermaLink="false">8723@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have a similar request. I have my form setup to email multiple people in the &#34;You&#34; section, with the &#34;From Email Address&#34; being the email the user entered in the form. I would like to setup the &#34;Your Users&#34; to send an exact copy of the form to a single address but with a &#34;From Email Address&#34; being one that I specify.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-8667</link>
<pubDate>Fri, 12 Feb 2010 10:08:24 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">8667@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;have you change the form id with yours ? and also you need to set one of those mail field in your form for the trigger (Your users section).
&#60;/p&#62;</description>
</item>
<item>
<title>grandeland on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-8665</link>
<pubDate>Fri, 12 Feb 2010 04:38:32 +0000</pubDate>
<dc:creator>grandeland</dc:creator>
<guid isPermaLink="false">8665@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can someone please help me with this: I did as above and added&#60;br /&#62;
//to email&#60;br /&#62;
				if($form_id == '1') {&#60;br /&#62;
				$esr_email_address = '{element_5},{element_6},{element_7}';&#60;br /&#62;
				}&#60;/p&#62;
&#60;p&#62;I have three additional email form fields that are dynamic.  So if someone puts email addresses in those additional email form fields I'd like a copy of the form to be sent to those email address.  The problem is nothing happens.  Anyone on the additional email form never receives the email.  What would be incorrect?  Maybe the element number?  I get the number from the form builder when I highlight the form.  Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>dennisoshields on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-4641</link>
<pubDate>Thu, 12 Feb 2009 23:06:30 +0000</pubDate>
<dc:creator>dennisoshields</dc:creator>
<guid isPermaLink="false">4641@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Nice.  Elegant even.&#60;/p&#62;
&#60;p&#62;Checks for the correct form and then adds it only for that form.&#60;/p&#62;
&#60;p&#62;I can use that idea other places as well.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-4617</link>
<pubDate>Wed, 11 Feb 2009 23:33:57 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">4617@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try to edit your &#34;includes/post-functions.php&#34; file, goto line 1131 ~ 1134 you'll find these code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//to email
if(is_numeric($esr_email_address)){
	$esr_email_address = &#38;#39;{element_&#38;#39;.$esr_email_address.&#38;#39;}&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;add exactly bellow those code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//to email
if($form_id == &#38;#39;1&#38;#39;) {
	$esr_email_address = &#38;#39;{element_17},{element_20}&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In there I assume your email field id (student &#38;#38; teacher) is 17 &#38;#38; 20 in form 1. But make sure you already set one of them in &#34;Your users&#34; email setting .
&#60;/p&#62;</description>
</item>
<item>
<title>dennisoshields on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-4609</link>
<pubDate>Wed, 11 Feb 2009 11:41:54 +0000</pubDate>
<dc:creator>dennisoshields</dc:creator>
<guid isPermaLink="false">4609@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, I'd like to do it based on data that they would put into a text field.&#60;/p&#62;
&#60;p&#62;One text field is the Teacher, the other is the Student email - so it would be like {element_17} and maybe {element_20}.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-4602</link>
<pubDate>Tue, 10 Feb 2009 17:04:57 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">4602@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Do you mean you would like to send email to multiple addresses based on selected checkboxes on your form?
&#60;/p&#62;</description>
</item>
<item>
<title>dennisoshields on "multiple email notification"</title>
<link>https://www.machform.com/forums/topic/multiple-email-notification#post-4595</link>
<pubDate>Tue, 10 Feb 2009 00:42:14 +0000</pubDate>
<dc:creator>dennisoshields</dc:creator>
<guid isPermaLink="false">4595@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;How would I set up the notifier to send an email to both the person that fills out the form and the person that is responsible (say, a student and their teacher) as well as the admin?  Of course, this won't be known until the form is filled out and would show up as teacher email and student email.&#60;/p&#62;
&#60;p&#62;For example, I'd like to see the ability to have a mutiple select for that instead of a pulldown.&#60;/p&#62;
&#60;p&#62;How would I accomplish this?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
