<?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: Send from field on notification setting page doesnt work</title>
		<link>https://legacy.forums.gravityhelp.com/topic/send-from-field-on-notification-setting-page-doesnt-work</link>
		<description>Gravity Support Forums Topic: Send from field on notification setting page doesnt work</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 09:05:47 +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/send-from-field-on-notification-setting-page-doesnt-work" rel="self" type="application/rss+xml" />

		<item>
			<title>Luke on "Send from field on notification setting page doesnt work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-from-field-on-notification-setting-page-doesnt-work#post-78151</link>
			<pubDate>Sun, 30 Sep 2012 03:38:56 +0000</pubDate>
			<dc:creator>Luke</dc:creator>
			<guid isPermaLink="false">78151@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;David, could you help me figure this out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke on "Send from field on notification setting page doesnt work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-from-field-on-notification-setting-page-doesnt-work#post-77233</link>
			<pubDate>Mon, 24 Sep 2012 22:29:27 +0000</pubDate>
			<dc:creator>Luke</dc:creator>
			<guid isPermaLink="false">77233@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I use the following script to set up my smtp server. The result is that the send from field is always same with the smtp login user name.  I guess gravityforms doesn't set the send from field.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;phpmailer_init&#38;#39;,&#38;#39;smtp_phpmailer_init&#38;#39;);
function smtp_phpmailer_init($phpmailer) {

    $smtp_options = get_option(&#38;#39;smtp_options&#38;#39;);

    // Set Mailer value
    $phpmailer-&#38;gt;Mailer = &#38;#39;smtp&#38;#39;;

    // Set SMTPSecure value
    $phpmailer-&#38;gt;SMTPSecure = $smtp_options[&#38;#39;smtp_secure&#38;#39;];

    // Set Host value
    $phpmailer-&#38;gt;Host = $smtp_options[&#38;#39;host&#38;#39;];

    // Set Port value
    $phpmailer-&#38;gt;Port = $smtp_options[&#38;#39;port&#38;#39;];

    // If usrname option is not blank we have to use authentication
    if ($smtp_options[&#38;#39;username&#38;#39;] != &#38;#39;&#38;#39;) {
        $phpmailer-&#38;gt;SMTPAuth = true;
        $phpmailer-&#38;gt;Username = $smtp_options[&#38;#39;username&#38;#39;];
        $phpmailer-&#38;gt;Password = decrypt_string( $smtp_options[&#38;#39;password&#38;#39;], CRYPT_KEY );
    }
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Send from field on notification setting page doesnt work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-from-field-on-notification-setting-page-doesnt-work#post-77178</link>
			<pubDate>Mon, 24 Sep 2012 15:28:10 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">77178@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hwa - Your issue is that the WP SMTP plugin overrides everything before sending the e-mail, and that's why it always shows up as the e-mail address set in that plugin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spiketv on "Send from field on notification setting page doesnt work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-from-field-on-notification-setting-page-doesnt-work#post-77171</link>
			<pubDate>Mon, 24 Sep 2012 14:57:11 +0000</pubDate>
			<dc:creator>spiketv</dc:creator>
			<guid isPermaLink="false">77171@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am having this same issue... the notification from page is not being used in the email sent out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke on "Send from field on notification setting page doesnt work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-from-field-on-notification-setting-page-doesnt-work#post-77033</link>
			<pubDate>Sun, 23 Sep 2012 21:53:08 +0000</pubDate>
			<dc:creator>Luke</dc:creator>
			<guid isPermaLink="false">77033@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here is the link to the screenshot.&#60;br /&#62;
&#60;a href=&#34;http://birchpress.com/wp-content/uploads/2012/09/gravity.png&#34; rel=&#34;nofollow&#34;&#62;http://birchpress.com/wp-content/uploads/2012/09/gravity.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I can receive notifications. But the from field of received emails is always my admin email which is &#60;a href=&#34;mailto:support@birchpress.com&#34;&#62;support@birchpress.com&#60;/a&#62; though I set this field on the notification settings page with &#60;a href=&#34;mailto:contactus@birchpress.com&#34;&#62;contactus@birchpress.com&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;BTW, I use the WP-Mail-SMTP plugin to set up my smtp server.  The following is the link to the screenshot of email settings.&#60;br /&#62;
&#60;a href=&#34;http://birchpress.com/wp-content/uploads/2012/09/smtp-settings.png&#34; rel=&#34;nofollow&#34;&#62;http://birchpress.com/wp-content/uploads/2012/09/smtp-settings.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Send from field on notification setting page doesnt work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-from-field-on-notification-setting-page-doesnt-work#post-76990</link>
			<pubDate>Sun, 23 Sep 2012 14:15:48 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">76990@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there any place you can upload a screenshot of your notification settings so we can confirm they are the way you'd want? Also, are you receiving any notifications? Looking forward to helping you sort this out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Luke on "Send from field on notification setting page doesnt work"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-from-field-on-notification-setting-page-doesnt-work#post-76984</link>
			<pubDate>Sun, 23 Sep 2012 11:46:56 +0000</pubDate>
			<dc:creator>Luke</dc:creator>
			<guid isPermaLink="false">76984@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to have my form to send notification emails to my email box. The send from field of each email should be different from wordpress default email. I set up the 'from email' field on the notification page. However, it did not work.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
