<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: GF as email to group members</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gf-as-email-to-group-members</link>
		<description>Gravity Support Forums Topic: GF as email to group members</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 16:13:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/gf-as-email-to-group-members" rel="self" type="application/rss+xml" />

		<item>
			<title>vixvii on "GF as email to group members"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-as-email-to-group-members#post-32866</link>
			<pubDate>Thu, 18 Aug 2011 05:56:10 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">32866@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl,&#60;/p&#62;
&#60;p&#62;I was thinking of the BCC field so that I don't give out email addresses to the wrongpeople, but I'm not sure Routing would work because it is always different amounts of email addresses. I will have a drop down box listing options like &#34;All Teams in my area&#34; - when selected I will collect all email addresses that is relevant to the selection.&#60;/p&#62;
&#60;p&#62;After some thinking it might be easier to just send the mail with plain php and just use GF as the interface...&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "GF as email to group members"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-as-email-to-group-members#post-32795</link>
			<pubDate>Wed, 17 Aug 2011 16:59:01 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">32795@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could populate multiple email addresses in the Send To field and separate them by a comma (not a semi-colon) with no space between the comma and the next email.  You could also use the BCC field in the Notifications to do the same.  Another option is to use the Routing feature of the Admin Notification for the Send To which lets you send to a specific email address based on a field selection.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vixvii on "GF as email to group members"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-as-email-to-group-members#post-32789</link>
			<pubDate>Wed, 17 Aug 2011 16:25:04 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">32789@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to do something similar, but I would like to send a single message to several email addresses. I have several registered users, but they all register for different reasons, so I would like to send a message to only one group of users. I can filter through the data and get the required email addresses, I was just wondering how I can use GF to send the notification email to all those addresses.&#60;/p&#62;
&#60;p&#62;Could I populate a single Email field with all the email addresses separated by a semi-colon?&#60;br /&#62;
Will the User Notification then use the email field as the &#34;To&#34; email address or can this only be a single value?&#60;/p&#62;
&#60;p&#62;Or is there a better way?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "GF as email to group members"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-as-email-to-group-members#post-32575</link>
			<pubDate>Mon, 15 Aug 2011 16:35:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">32575@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This would be possible but the To Field you mention isn't going to be something Gravity Forms can do out of the box.  &#60;/p&#62;
&#60;p&#62;You'd have to add a Drop Down to your form and then use custom code to populate that drop down so that the Label is the persons name and the Value is the persons email address.  Here is a tutorial on how to dynamically populate a drop down:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please note that tutorial isn't going to help you with getting the user information, you'd have to write that code.  It only shows you how to populate a drop down dynamically.&#60;/p&#62;
&#60;p&#62;You could then configure your notification to use the value of that drop down selection as the Send To.  &#60;/p&#62;
&#60;p&#62;So what you want to do is possible.  But requires customizations.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>PointandStare on "GF as email to group members"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gf-as-email-to-group-members#post-32521</link>
			<pubDate>Mon, 15 Aug 2011 10:46:09 +0000</pubDate>
			<dc:creator>PointandStare</dc:creator>
			<guid isPermaLink="false">32521@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Using GF is it possible to create a form that allows sending emails to registered members?&#60;/p&#62;
&#60;p&#62;The form would consist of:&#60;br /&#62;
1, To field - selectable from list of registered members&#60;br /&#62;
2, Subject&#60;br /&#62;
3, Message&#60;/p&#62;
&#60;p&#62;Obviously 2 and 3 are straightforward but I'm struggling with 1.&#60;br /&#62;
Would the user registration add-on be useful for this?&#60;/p&#62;
&#60;p&#62;TIA.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
