<?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 not sending - other plugins sending email fine using wp_mail()</title>
		<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail</link>
		<description>Gravity Support Forums Topic: Notifications not sending - other plugins sending email fine using wp_mail()</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 03:27:33 +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-not-sending-other-plugins-sending-email-fine-using-wp_mail" rel="self" type="application/rss+xml" />

		<item>
			<title>chuckee on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-14245</link>
			<pubDate>Sun, 12 Dec 2010 06:48:55 +0000</pubDate>
			<dc:creator>chuckee</dc:creator>
			<guid isPermaLink="false">14245@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Carl,&#60;br /&#62;
I called 1and1 again, and miraculously spoke to someone who could help me. He told me to do the following, in Plesk, which fixed the problem:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Click on 'Domains' in the left menu. Then click on your domain name.&#60;/p&#62;
&#60;p&#62;Click on 'Mail Accounts' (this can be called something else depending on which version of Plesk you have).&#60;/p&#62;
&#60;p&#62;Click on 'Mail Settings'. Make sure that 'Activate mail service on domain' is *not* checked.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;The problem was that I was actually using 1and1.com's own mail server, and not the mail server located on my own server, so I shouldn't have had that box checked.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-14189</link>
			<pubDate>Fri, 10 Dec 2010 15:23:47 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14189@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@chuckee That is terrible that 1and1 doesn't seem to be able to provide assistance. It's a DNS zone issue.  A simple change to your DNS to tell your site to send email remotely rather than locally or automatic should solve the issue.  I know other hosts, including BlueHost, have no problem assisting users with this change and a lot of hosts allow you to make the change within your cPanel.  Do you have cPanel access with 1and1? If so check out the Google forum post I linked to above and see if you can follow those directions to make the change in cPanel yourself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chuckee on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-14173</link>
			<pubDate>Fri, 10 Dec 2010 09:56:02 +0000</pubDate>
			<dc:creator>chuckee</dc:creator>
			<guid isPermaLink="false">14173@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been playing around with this got some advice for people here:&#60;br /&#62;
Create a PHP file on your webserver with the following contents (edited for your email address) to see whether it can send an email using PHP's mail function.&#60;br /&#62;
Then, open this PHP webpage from a browser.&#60;br /&#62;
In my case, the PHP mail function *cannot* send to an email address at the same domain name as my website - this confirms what has been said above. The problem is with my webhost.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$to = &#38;quot;your@emailaddress.com&#38;quot;;
$subject = &#38;quot;Test mail&#38;quot;;
$message = &#38;quot;Hello! This is a simple email message.&#38;quot;;
$from = &#38;quot;your@emailaddress.com&#38;quot;;
$headers = &#38;quot;From: $from&#38;quot;;
mail($to,$subject,$message,$headers);
echo &#38;quot;Mail Sent.&#38;quot;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Sadly, my webhost (1and1) have said that they cannot provide any assistance to me, which is useless. They don't seem to care about VPS customers (or dedicated customers from what I hear).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-14119</link>
			<pubDate>Thu, 09 Dec 2010 12:39:19 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14119@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@chuckee This isn't a Gravity Forms issue, it's a web server configuration DNS issue as @ryanopaz stated above.&#60;/p&#62;
&#60;p&#62;You have to setup your hosting so that your DNS zone is setup so that mail uses the remote setting rather than local or automatic.  This way your web host sends the mail remotely.&#60;/p&#62;
&#60;p&#62;The problem is your web server doesn't know your email is being hosted remotely and assumed it is hosted locally, so it's never sending the email out to the remote server and is holding it thinking it also hosts your email.&#60;/p&#62;
&#60;p&#62;You may need to contact your web host and explain the issue, you can explain mail is arriving to other domains but not to your domain when sent from the same domain.  Explain to them what I said above and what @ryanopaz said above.  It's a DNS setting change.&#60;/p&#62;
&#60;p&#62;See this post, the 1st response on this post that is marked &#34;Best Answer&#34; explains the situation in detail:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.google.com/support/forum/p/Google+Apps/thread?tid=179686d4bd75d3d2&#38;amp;hl=en&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/support/forum/p/Google+Apps/thread?tid=179686d4bd75d3d2&#38;amp;hl=en&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chuckee on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-14106</link>
			<pubDate>Thu, 09 Dec 2010 10:52:21 +0000</pubDate>
			<dc:creator>chuckee</dc:creator>
			<guid isPermaLink="false">14106@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'd like to add myself as another person who is unable to receive admin emails when I am sending to an email address at the same domain name of the website.&#60;br /&#62;
When I change the admin email address to something else, it works, but this is not the best solution.&#60;br /&#62;
I suggest that the programmers behind GravityForms look into this please :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryanopaz on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-14012</link>
			<pubDate>Tue, 07 Dec 2010 13:18:14 +0000</pubDate>
			<dc:creator>ryanopaz</dc:creator>
			<guid isPermaLink="false">14012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's the answer:&#60;br /&#62;
Those domains can have their mail preference set up by going into the &#34;Edit&#60;br /&#62;
DNS zone&#34; and change the mail from local or automatic to the remote setting.&#60;/p&#62;
&#60;p&#62;From my host...it's a simple DNS setting change that is needed! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-14007</link>
			<pubDate>Tue, 07 Dec 2010 13:13:53 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14007@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@ryanopaz I'm not 100% sure what the change was that they made.  We called them up and told them we were using Google Apps and that our PHP was not able to send to that email address from the same domain and they made a change on their end and it resolved the issue.  &#60;/p&#62;
&#60;p&#62;It's a web hosting email routing issue.  Contact your host and they should be able to assist you with this.  Doing a search on google for &#34;PHP Google Apps Email&#34; turns up numerous discussions regarding this issue and it's a setup issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ryanopaz on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-13990</link>
			<pubDate>Tue, 07 Dec 2010 10:12:15 +0000</pubDate>
			<dc:creator>ryanopaz</dc:creator>
			<guid isPermaLink="false">13990@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can't get it to work with an apps address and with a separate non apps address. Can you tell us what bluehost did?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-13804</link>
			<pubDate>Thu, 02 Dec 2010 13:44:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">13804@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@homegrownacres Read my reply directly above yours.  If your default email address uses the same domain as your website then there is some sort of configuration issue (common&#60;br /&#62;
with Google Apps hosted email) that is causing you to not receive the email.  &#60;/p&#62;
&#60;p&#62;We had the same exact issue with our own forms due to Google Apps email not being setup properly and we had to contact BlueHost, they corrected the issue on their end and we were then able to receive email to our Google Apps email from Gravity Forms correctly.&#60;/p&#62;
&#60;p&#62;Can you verify that if you change the send to email address to an email not associated with your domain that it does send? If so that shows that Gravity Forms is sending email.&#60;/p&#62;
&#60;p&#62;Where is your email hosted? Are you using Google's email service?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>homegrownacres on "Notifications not sending - other plugins sending email fine using wp_mail()"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/notifications-not-sending-other-plugins-sending-email-fine-using-wp_mail#post-13801</link>
			<pubDate>Thu, 02 Dec 2010 13:31:46 +0000</pubDate>
			<dc:creator>homegrownacres</dc:creator>
			<guid isPermaLink="false">13801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Add another.  I'm having the same problem; the user gets the notification but I don't get it from my default or BCC address.&#60;/p&#62;
&#60;p&#62;Every other form I have tried works fine.  My default email address uses the same domain as my website and I'm not using the SMTP plugin.&#60;/p&#62;
&#60;p&#62;There is a problem here.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
