<?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: Notifications question</title>
		<link>https://legacy.forums.gravityhelp.com/topic/notifications-question-2</link>
		<description>Gravity Support Forums Topic: Notifications question</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 11:05:08 +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/notifications-question-2" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Notifications question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-question-2#post-17085</link>
			<pubDate>Thu, 27 Jan 2011 11:23:30 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">17085@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you need an additional notification besides the admin notification and the autoresponder, you could use the &#60;strong&#62;gform_post_submission&#60;/strong&#62; hook and use WordPress' default mail function &#60;strong&#62;wp_mail()&#60;/strong&#62; to send a simple message.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_post_submission_1&#38;#39;, &#38;#39;send_simple_message&#38;#39;);
send_simple_message($entry){

     wp_mail(&#38;#39;email@email.com&#38;#39;, &#38;#39;Subject&#38;#39;, &#38;#39;Message&#38;#39;);

}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>idealists on "Notifications question"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-question-2#post-17061</link>
			<pubDate>Wed, 26 Jan 2011 20:29:28 +0000</pubDate>
			<dc:creator>idealists</dc:creator>
			<guid isPermaLink="false">17061@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I am wanting 2 different notification messages to be sent to 2 different non-user email contacts.&#60;br /&#62;
So far I have been able to setup the first notification message in &#34;Notification to Administrator&#34;.&#60;br /&#62;
The second notification message that I want sent out is to a different email address and has a simple text message - no need for form values to be in it (but having access them to use them at a later stage would be a bonus).&#60;/p&#62;
&#60;p&#62;Is there anyway of setting up this second notification message in the admin section?&#60;/p&#62;
&#60;p&#62;Or is there possible a hook that I could use? If so can you show me a quick example of how to send a short, secondary notification to &#60;a href=&#34;mailto:example@email.com&#34;&#62;example@email.com&#60;/a&#62; with the hook?&#60;/p&#62;
&#60;p&#62;Many thanks for your assistance.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
