<?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: Administrator notifications not sending user notifications OK.</title>
		<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok</link>
		<description>Gravity Support Forums Topic: Administrator notifications not sending user notifications OK.</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:30:39 +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/administrator-notifications-not-sending-user-notifications-ok" rel="self" type="application/rss+xml" />

		<item>
			<title>GoodGoodWeb on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23166</link>
			<pubDate>Wed, 13 Apr 2011 13:38:23 +0000</pubDate>
			<dc:creator>GoodGoodWeb</dc:creator>
			<guid isPermaLink="false">23166@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl&#60;/p&#62;
&#60;p&#62;Thanks for your reply.  I've notified my web host admin and he will make some changes to point the mail record at the mail-host server.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsibert on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23080</link>
			<pubDate>Tue, 12 Apr 2011 12:20:26 +0000</pubDate>
			<dc:creator>gsibert</dc:creator>
			<guid isPermaLink="false">23080@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I really don't like Yahoo hosting but my client does, I'm working on that. Anyway, thanks for your quick response and once again for a great product. Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23079</link>
			<pubDate>Tue, 12 Apr 2011 12:17:26 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23079@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@gsibert That is a limitation of Yahoo hosting itself.  Most hosts don't have this limitation, but i'm glad you figured this out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsibert on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23077</link>
			<pubDate>Tue, 12 Apr 2011 12:10:27 +0000</pubDate>
			<dc:creator>gsibert</dc:creator>
			<guid isPermaLink="false">23077@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;HAPPY DANCE :), problem figured out...  This may be specific to Yahoo hosting but here it is.. The bottom line, the from email has to be set to the admin email, not the person filling out the form.&#60;/p&#62;
&#60;p&#62;Question:&#60;br /&#62;
Why won't my PHP script send email?&#60;/p&#62;
&#60;p&#62;Answer:&#60;br /&#62;
When you send email with a PHP script, you will need to make sure that the &#34;From:&#34; address in your email header is set to an address within your domain name. If the address is set to an external email address, then you will see an error in your /tmp/mailError.log file, and your email will not be sent. For example:&#60;br /&#62;
2003 Jun 18 21:18:15 Result: 9&#60;br /&#62;
2003 Jun 18 21:18:15 From address not in member domain. Message not sent.&#60;br /&#62;
With the PHP mail() function, you will be limited to 250 emails per day. Once you have reached this limit, the email generated by your scripts will not be sent until the limit has been reset.&#60;br /&#62;
Please note that these emails will not be held for delivery, so you may need to regenerate any emails not sent if your script has reached the 250-per-day email limit.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsibert on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23075</link>
			<pubDate>Tue, 12 Apr 2011 11:59:51 +0000</pubDate>
			<dc:creator>gsibert</dc:creator>
			<guid isPermaLink="false">23075@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl,&#60;/p&#62;
&#60;p&#62;Really the issue is nothing in the admin notifications works but everything in the user notification does. For a moment I thought the BCC field in the admin section worked but it was because I had left the admin email in the BCC field of the user section when I did that test run. I tried the SMTP plugin and could not get a test email to work with all the settings provided by Yahoo. The plugin would send a test email with the PHP mail setting selected without any trouble.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23072</link>
			<pubDate>Tue, 12 Apr 2011 11:27:15 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">23072@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@GoodGoodWeb If your email is not hosted on your web server then the issue is going to be web server related.  Your web server doesn't know your email is hosted via a 3rd party so it's trying to route it internally.  You need to set your web server so that email is sent remotely and not locally (or automatic).  This is usually a hosting control panel change, but you may need to check with your web host on how to correct this.  Explain to them your email is hosted remotely and PHP you execute sending email to one of those addresses is not arriving.&#60;/p&#62;
&#60;p&#62;@gsibert So we are clear, the problem is the BCC field isn't working? This may be server related, not all web servers allow BCC to be used with sendmail.  You might have to setup your site to use SMTP to send email using a plugin like the WP Mail SMTP plugin available in the WordPress.org repository.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsibert on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23053</link>
			<pubDate>Tue, 12 Apr 2011 10:28:55 +0000</pubDate>
			<dc:creator>gsibert</dc:creator>
			<guid isPermaLink="false">23053@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Update: I was trying so many combinations of emails in both the admin and user sections that I think I left an email address in on one of the tests. SO, I don't think it works when I use the BCC section of the admin section. I had left that admin email in the BCC field of the user notification section.&#60;/p&#62;
&#60;p&#62;On another note, aside from this little glitch which I am sure we will work through. I'm loving this plugin!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>GoodGoodWeb on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23042</link>
			<pubDate>Tue, 12 Apr 2011 04:49:08 +0000</pubDate>
			<dc:creator>GoodGoodWeb</dc:creator>
			<guid isPermaLink="false">23042@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've got a similar problem.&#60;/p&#62;
&#60;p&#62;My website is hosted on one server and the emails are hosted with another provider, and the Admin emails are not being sent to the &#60;a href=&#34;mailto:admin@mygravityformsdomain.com&#34;&#62;admin@mygravityformsdomain.com&#60;/a&#62; the user gets a copy no problems.&#60;/p&#62;
&#60;p&#62;I think the problem is somewhere in the way that the &#34;mailto&#34; works or the way that the form uses the send email command...&#60;/p&#62;
&#60;p&#62;Some feedback on this issue would be good.&#60;/p&#62;
&#60;p&#62;In short I am running my website on one server, email on another and the emails to the mail server is not working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gsibert on "Administrator notifications not sending user notifications OK."</title>
			<link>https://legacy.forums.gravityhelp.com/topic/administrator-notifications-not-sending-user-notifications-ok#post-23032</link>
			<pubDate>Mon, 11 Apr 2011 22:34:34 +0000</pubDate>
			<dc:creator>gsibert</dc:creator>
			<guid isPermaLink="false">23032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've read through as many posts as I could and haven't found an answer.  Here are some specifics for this installation.&#60;br /&#62;
Host: Yahoo&#60;br /&#62;
Admin email: @billyjdjs.com&#60;/p&#62;
&#60;p&#62;So the user notifications work perfectly, no matter what email is used there. @hotmail.com or @billyjdjs.com. The administrator notifications will not work with any I have tried, @hotmail.com, @billyjdjs.com or @yahoo.com.&#60;/p&#62;
&#60;p&#62;I tried the wp-email-smtp plugin and didn't get anywhere.  In fact, I couldn't get it to send a test email using SMTP. But the PHP mail works fine.&#60;/p&#62;
&#60;p&#62;If I put the Admin email in the BCC of the user notification section, I get the form with no trouble. Also, if I put the Admin email in the BCC of the admin notification section I get the form sent to the Admin email. It's just something about the Send to Email in the Admin section that is giving me trouble.&#60;/p&#62;
&#60;p&#62;I saw a thread where someone had the same issue and he said he tweaked a setting and everything worked fine.  The problem is he didn't say what he tweaked.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
