<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Tips and Tricks HQ Forum &#187; Topic: Not Receiving Emails Even Though The Plugin Sent The Email</title>
		<link>http://www.tipsandtricks-hq.com/forum/topic/not-receiving-emails-even-though-the-plugin-sent-the-email</link>
		<description>Support Forum for Tips and Tricks HQ Products</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 17:45:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.tipsandtricks-hq.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.tipsandtricks-hq.com/forum/rss/topic/not-receiving-emails-even-though-the-plugin-sent-the-email" rel="self" type="application/rss+xml" />

		<item>
			<title>amin007 on "Not Receiving Emails Even Though The Plugin Sent The Email"</title>
			<link>http://www.tipsandtricks-hq.com/forum/topic/not-receiving-emails-even-though-the-plugin-sent-the-email#post-12027</link>
			<pubDate>Wed, 19 Jan 2011 08:40:02 +0000</pubDate>
			<dc:creator>amin007</dc:creator>
			<guid isPermaLink="false">12027@http://www.tipsandtricks-hq.com/forum/</guid>
			<description>&#60;p&#62;When you are not receiving an email, it is easy to assume that the plugin is not sending the email. Most often this is not the case as there can be many reasons for an email to not arrive in the inbox of the recipient (some of these are outside the control of the plugin). &#60;/p&#62;
&#60;p&#62;We have some really good resource here that should help you identify the true source of the issue so it can be addressed. Please take a few moments to read through this post and it will help you greatly.&#60;/p&#62;
&#60;p&#62;There is an easy way to determine if the plugin sent the email or not and narrow down the actual source of the issue. The debug file of the plugin in question can help us with this. If the debug file of the plugin says that an email was sent successfully but you are not receiving the email on the other end, then use the following checklist to identify the real source of the issue. &#60;/p&#62;
&#60;p&#62;&#60;em&#62;Fixing the issue becomes easier once you find the source of the issue.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;&#60;h3&#62;How do you know that the plugin sent the email?&#60;/h3&#62;&#60;/p&#62;
&#60;p&#62;If you run a test transaction with the debug option enabled from the settings menu there will be an entry in the debug log that looks similar to the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Email successfully sent to &#60;a href=&#34;mailto:buyer_email@gmail.com&#34;&#62;buyer_email@gmail.com&#60;/a&#62;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The emails are sent using WordPress's mail functionality which is very robust and always works. When you purchased our plugin(s) from our site, you got the email, didn't you? So you know it works.&#60;/p&#62;
&#60;p&#62;&#60;h3&#62;Is the email functionality Working on my Site?&#60;/h3&#62;&#60;/p&#62;
&#60;p&#62;We have written a plugin that you can use to test if the email functionality is working on your server/WP install. A lot of the times we find that the user is using a misconfigured server that is blocking outgoing emails from WordPress so it helps to identify that first.&#60;/p&#62;
&#60;p&#62;i) Download the email functionality tester plugin from the following link:&#60;br /&#62;
&#60;a href=&#34;http://www.tipsandtricks-hq.com/wp-content/uploads/plugins/utility-plugins-bundle/wp-email-functionality-tester.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/wp-content/uploads/plugins/utility-plugins-bundle/wp-email-functionality-tester.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;ii) Read the following PDF documentation to learn how to use this tester plugin:&#60;br /&#62;
&#60;a href=&#34;http://www.tipsandtricks-hq.com/wp-content/uploads/docs/using-the-email-tester-plugin.pdf&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/wp-content/uploads/docs/using-the-email-tester-plugin.pdf&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;h3&#62;Why isn't the email arriving in the inbox then? &#60;/h3&#62;&#60;/p&#62;
&#60;p&#62;There are a myriad of reasons that affect the email deliverability. When the plugin sends the email it actually tells the server to send the email so the server actually has to do the job of sending the email so it can appear in your inbox.&#60;/p&#62;
&#60;p&#62;The following are some factors that usually contribute to an email delivery failure:&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Checklist 1)&#60;/strong&#62; Some servers have a daily limit on how many emails you can send out. If this limit is reached the server then starts to ignore any more request to send emails from your account. For example, Godaddy puts a daily limit on it's shared hosting accounts.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Checklist 2)&#60;/strong&#62; Some servers only allow emails with SMTP configuration (This is to stop hackers from being able to send spam emails from your server using another script). You can get a WordPress plugin to configure SMTP for your WordPress install. Here are some good SMTP plugins&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/easy-wp-smtp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/easy-wp-smtp/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/wp-mail-smtp/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-mail-smtp/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Once you configure SMTP all the emails that gets sent out by WordPress will use this configuration and your server won't block it anymore.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Checklist 3)&#60;/strong&#62; Emails are getting marked as a spam by the mail client (Gmail,Yahoo etc.). Emails can get marked as a spam for a variety of reasons. This post explains a few of them:&#60;br /&#62;
&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/how-to-stop-email-with-download-link-going-into-junk-mail&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/how-to-stop-email-with-download-link-going-into-junk-mail&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If emails sent from your server is going to the spam folder, you can always put some instructions like the following on your &#34;Thank You&#34; page to help your customers:&#60;/p&#62;
&#60;p&#62;&#34;Please whitelist our email address(&#38;lt;insert your from email address&#38;gt;) to ensure that our emails do not go to the spam/junk mail folder.&#34;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Checklist 4)&#60;/strong&#62; Some servers actually put a delay before the emails are sent out. For example, Godaddy has a 30 minute minimum delay before any email is sent out to check and make sure the request is not a spam. So make sure you wait long enough for the email to arrive before coming to the conclusion that the email was lost.&#60;/p&#62;
&#60;p&#62;Usually, if you contact your hosting provider and ask them then they will be able to tell you if the server is blocking the emails.&#60;/p&#62;
&#60;p&#62;Note: there can also be server delays (queues) from PayPal or your mail server &#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Checklist 5)&#60;/strong&#62; If you are doing sandbox testing then do not expect to receive an email in your sandbox account. Sandbox email addresses are simulated email addresses, so real emails can't be routed there. You can't receive a real email in your sandbox email account (example: &#60;a href=&#34;mailto:jon_1325352635_biz@somedomain.com&#34;&#62;jon_1325352635_biz@somedomain.com&#60;/a&#62;). If in doubt, you can try sending an email to your sandbox address from your real email and that will give you a good idea.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Checklist 6)&#60;/strong&#62; Make sure you are using a verified email address as your &#34;From Email Address&#34; field value. Yes, the plugin lets you send emails using any &#34;From email address&#34; value but there is a good chance that the email will get marked as spam by the mail servers if it was sent using an *unverified* from email address.&#60;/p&#62;
&#60;p&#62;Example - Lets say you can use the following two addresses as your &#34;From Email Address&#34; field value (the 1st one is a verified email address where someone could send an email back, the 2nd one is just a made up *non-verified* email address):&#60;/p&#62;
&#60;p&#62;1. XYZ Company &#38;lt;sales@xyz-company.com&#38;gt;&#60;br /&#62;
2. XYZ Company &#38;lt;test@xyz-company.com&#38;gt;&#60;/p&#62;
&#60;p&#62;There is a very good chance that the emails sent by the plugin will get marked as spam if you use the 2nd one as your from email address value.&#60;/p&#62;
&#60;p&#62;Google has a really good help article that explains this in more details:&#60;br /&#62;
&#60;a href=&#34;http://support.google.com/mail/bin/answer.py?hl=en&#38;amp;ctx=mail&#38;amp;answer=1366858&#34; rel=&#34;nofollow&#34;&#62;http://support.google.com/mail/bin/answer.py?hl=en&#38;amp;ctx=mail&#38;amp;answer=1366858&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Checklist 7)&#60;/strong&#62; Make sure the &#34;To&#34; and &#34;From&#34; email addresses are not the same. Some servers block the email if the &#34;to&#34; and the &#34;from&#34; addresses are the same. &#60;/p&#62;
&#60;p&#62;For example, lets say you have specified &#60;code&#62;&#38;quot;jon.doe@yahoo.com&#38;quot;&#60;/code&#62; as the &#60;code&#62;&#38;quot;From Email Address&#38;quot;&#60;/code&#62; value in the settings menu of eStore and then you are purchasing a product using this same email address for testing purpose then the &#34;To&#34; and &#34;From&#34; addresses are going to be same and your server may block this email.&#60;/p&#62;
&#60;p&#62;It is safer to use an email address with your domain name as the &#34;From Email Address&#34; value. For example, &#60;code&#62;&#38;quot;sales@your-domain.com&#38;quot;&#60;/code&#62; is much better than using &#60;code&#62;&#38;quot;jon.doe@yahoo.com&#38;quot;&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Checklist 8)&#60;/strong&#62; Add the physical address of your business in the email body. Having a valid physical address in the email can help prevent it from going to the spam box sometimes.&#60;/p&#62;
&#60;p&#62;&#60;h3&#62;Examples&#60;/h3&#62;&#60;/p&#62;
&#60;p&#62;The following posts have good examples of other users who faced a similar issue and how they resolved it:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/not-receiving-email-for-registration-after-purchase&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/not-receiving-email-for-registration-after-purchase&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/no-email-sent-with-download-link-1&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/no-email-sent-with-download-link-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/all-of-a-sudden-customers-not-receiving-email-confirmation&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/all-of-a-sudden-customers-not-receiving-email-confirmation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/estore-no-emails-after-purchase&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/estore-no-emails-after-purchase&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/api-access-key-and-notification-email&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/api-access-key-and-notification-email&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/estore-purchase-email-goes-to-spam-folder-after-purchase&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/estore-purchase-email-goes-to-spam-folder-after-purchase&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.tipsandtricks-hq.com/forum/topic/not-receiving-customer-email-after-purchase&#34; rel=&#34;nofollow&#34;&#62;http://www.tipsandtricks-hq.com/forum/topic/not-receiving-customer-email-after-purchase&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
