<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WordPress not Sending Email Try This Fix</title>
	<atom:link href="http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/</link>
	<description>Design Resources</description>
	<lastBuildDate>Sat, 08 Oct 2011 10:52:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: megainfo</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-8046</link>
		<dc:creator>megainfo</dc:creator>
		<pubDate>Mon, 25 Jul 2011 23:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-8046</guid>
		<description>Hi 

you can try this code, add it to functions.php of the theme

function my_mail_from( $email )
{
    return &#039;no-replay@your-site.com&#039;;
}
add_filter( &#039;wp_mail_from&#039;, &#039;my_mail_from&#039; );
function my_mail_from_name( $name )
{
    return &#039;Contact&#039;;
}
add_filter( &#039;wp_mail_from_name&#039;, &#039;my_mail_from_name&#039; );


:P</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>you can try this code, add it to functions.php of the theme</p>
<p>function my_mail_from( $email )<br />
{<br />
    return &#8216;no-replay@your-site.com&#8217;;<br />
}<br />
add_filter( &#8216;wp_mail_from&#8217;, &#8216;my_mail_from&#8217; );<br />
function my_mail_from_name( $name )<br />
{<br />
    return &#8216;Contact&#8217;;<br />
}<br />
add_filter( &#8216;wp_mail_from_name&#8217;, &#8216;my_mail_from_name&#8217; );</p>
<p> <img src='http://designersdigest.co/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morseng</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-7317</link>
		<dc:creator>Morseng</dc:creator>
		<pubDate>Mon, 28 Feb 2011 08:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-7317</guid>
		<description>Hi, Kevin

Former, my WP site sent email correctly (use PHP function). After upgrading to WP network multisites, my wordpress do not send any email to my mailbox (I use Gmail).

Please suggest me to solve this issue.</description>
		<content:encoded><![CDATA[<p>Hi, Kevin</p>
<p>Former, my WP site sent email correctly (use PHP function). After upgrading to WP network multisites, my wordpress do not send any email to my mailbox (I use Gmail).</p>
<p>Please suggest me to solve this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yasin</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-3500</link>
		<dc:creator>yasin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 09:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-3500</guid>
		<description>I did all you said. But the problem is steel there.
I recieve a message when I wanted to send a test mail through SMTP Email:

SMTP -&gt; ERROR: Failed to connect to server: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
(10060)</description>
		<content:encoded><![CDATA[<p>I did all you said. But the problem is steel there.<br />
I recieve a message when I wanted to send a test mail through SMTP Email:</p>
<p>SMTP -&gt; ERROR: Failed to connect to server: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.<br />
(10060)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezra Colantro</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-2579</link>
		<dc:creator>Ezra Colantro</dc:creator>
		<pubDate>Sun, 23 May 2010 11:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-2579</guid>
		<description>I am so happy for this great wordpress blog. I like your Blog.  I probably make a link from my site. &lt;a href=&quot;http://www.thedietexperts.net/&quot; rel=&quot;nofollow&quot;&gt;diet expert&lt;/A&gt;</description>
		<content:encoded><![CDATA[<p>I am so happy for this great wordpress blog. I like your Blog.  I probably make a link from my site. <a href="http://www.thedietexperts.net/">diet expert</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drewski</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-2521</link>
		<dc:creator>Drewski</dc:creator>
		<pubDate>Wed, 19 May 2010 15:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-2521</guid>
		<description>How would you configure WordPress if you&#039;re using another hosting company instead of cPanel? Currently I am using a free php and mysql hosting site called Zymic.
I am also trying to host of my Ubuntu box at home.

Have any suggestions for either solution to resolve the WP not sending email?

Also both setup have wp-mail-smtp enabled.</description>
		<content:encoded><![CDATA[<p>How would you configure WordPress if you&#8217;re using another hosting company instead of cPanel? Currently I am using a free php and mysql hosting site called Zymic.<br />
I am also trying to host of my Ubuntu box at home.</p>
<p>Have any suggestions for either solution to resolve the WP not sending email?</p>
<p>Also both setup have wp-mail-smtp enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: grant</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-2313</link>
		<dc:creator>grant</dc:creator>
		<pubDate>Wed, 05 May 2010 10:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-2313</guid>
		<description>great but what about windows servers?</description>
		<content:encoded><![CDATA[<p>great but what about windows servers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin S</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-1758</link>
		<dc:creator>Kevin S</dc:creator>
		<pubDate>Thu, 25 Mar 2010 05:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-1758</guid>
		<description>we are really happy to know that your problem has been solved :)</description>
		<content:encoded><![CDATA[<p>we are really happy to know that your problem has been solved <img src='http://designersdigest.co/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carol</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-1756</link>
		<dc:creator>Carol</dc:creator>
		<pubDate>Wed, 24 Mar 2010 20:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-1756</guid>
		<description>Thank you for finally solving my WP to Gmail issue!</description>
		<content:encoded><![CDATA[<p>Thank you for finally solving my WP to Gmail issue!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subhan Habib</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-1754</link>
		<dc:creator>Subhan Habib</dc:creator>
		<pubDate>Wed, 24 Mar 2010 17:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-1754</guid>
		<description>thanks a million i got it to work by using the php mailer thanks. I will keep an eye on this blog in the future</description>
		<content:encoded><![CDATA[<p>thanks a million i got it to work by using the php mailer thanks. I will keep an eye on this blog in the future</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin S</title>
		<link>http://designersdigest.co/archive/wordpress-not-sending-email-try-this-fix/#comment-1749</link>
		<dc:creator>Kevin S</dc:creator>
		<pubDate>Wed, 24 Mar 2010 13:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://designersdigest.co/?p=579#comment-1749</guid>
		<description>hi, this error is due to mis configuration. Please kindly verify your setting and try it again and then also if you are not able to do it then remove that plugin and try with php mail function. php mail function is more easier to detect error and make it ok. I would like to know which hosting service provider u r using, e-mail provider and what kind of control panel you are using. If you are using gmail please add support@annanta.com to your chat list so we will be able to give you online support. Thanks</description>
		<content:encoded><![CDATA[<p>hi, this error is due to mis configuration. Please kindly verify your setting and try it again and then also if you are not able to do it then remove that plugin and try with php mail function. php mail function is more easier to detect error and make it ok. I would like to know which hosting service provider u r using, e-mail provider and what kind of control panel you are using. If you are using gmail please add <a href="mailto:support@annanta.com">support@annanta.com</a> to your chat list so we will be able to give you online support. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 4/10 queries in 0.004 seconds using disk: basic
Object Caching 404/405 objects using disk: basic
Content Delivery Network via N/A

Served from: designersdigest.co @ 2012-05-21 17:07:22 -->
