<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2855" -->
<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>Austin Matzko&#039;s Forum &#187; Topic: email not working</title>
		<link>http://austinmatzko.com/forum/topic/email-not-working</link>
		<description>Austin Matzko&#039;s Forum &#187; Topic: email not working</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 07:14:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2855</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://austinmatzko.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://austinmatzko.com/forum/rss/topic/email-not-working" rel="self" type="application/rss+xml" />

		<item>
			<title>filosofo on "email not working"</title>
			<link>http://austinmatzko.com/forum/topic/email-not-working#post-3993</link>
			<pubDate>Fri, 13 Feb 2009 11:41:01 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">3993@http://austinmatzko.com/forum/</guid>
			<description><p>Yes, the current version of WP-DB-Backup should work with the SMTP plugin.</p>
<p>webalf, your problem may have to do with cron issues, as discussed here: <a href="http://www.ilfilosofo.com/forum/topic/3394" rel="nofollow">http://www.ilfilosofo.com/forum/topic/3394</a>
</p></description>
		</item>
		<item>
			<title>webalf on "email not working"</title>
			<link>http://austinmatzko.com/forum/topic/email-not-working#post-3991</link>
			<pubDate>Thu, 12 Feb 2009 11:33:46 +0000</pubDate>
			<dc:creator>webalf</dc:creator>
			<guid isPermaLink="false">3991@http://austinmatzko.com/forum/</guid>
			<description><p>I have several identical wp installations (2.7) on the same server (Linux) using the same database.<br />
At first they were all able to send the backup via email. But for some strange reason some of them have stopped sending anything. While others are still sending perfectly.<br />
Since the blogs not sending any backup via email are also having problems sending ohter mails - I assume that there is nothing wrong with this fabulous backup plugin. So I've tried to use the WP-Mail-SMTP plugin and it solves the problem with Wordpress sending notification mails.<br />
But still it does not send the backup mails. And as far as I understand it should support the WP-Mail-SMTP plugin?<br />
What could be the problem?
</p></description>
		</item>
		<item>
			<title>Li-An on "email not working"</title>
			<link>http://austinmatzko.com/forum/topic/email-not-working#post-3914</link>
			<pubDate>Wed, 10 Dec 2008 13:49:57 +0000</pubDate>
			<dc:creator>Li-An</dc:creator>
			<guid isPermaLink="false">3914@http://austinmatzko.com/forum/</guid>
			<description><p>And sorry I did not answer your question... (I did not use  wp-mail-smtp in the Linux hosting).
</p></description>
		</item>
		<item>
			<title>Li-An on "email not working"</title>
			<link>http://austinmatzko.com/forum/topic/email-not-working#post-3913</link>
			<pubDate>Wed, 10 Dec 2008 13:48:28 +0000</pubDate>
			<dc:creator>Li-An</dc:creator>
			<guid isPermaLink="false">3913@http://austinmatzko.com/forum/</guid>
			<description><p>The last version of the plugin works nice ! I should take a look here :-)<br />
Thank you for this correction.
</p></description>
		</item>
		<item>
			<title>filosofo on "email not working"</title>
			<link>http://austinmatzko.com/forum/topic/email-not-working#post-3892</link>
			<pubDate>Wed, 05 Nov 2008 14:58:42 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">3892@http://austinmatzko.com/forum/</guid>
			<description><p>Okay, I've added it to the trunk version of the plugin.
</p></description>
		</item>
		<item>
			<title>bret.miller on "email not working"</title>
			<link>http://austinmatzko.com/forum/topic/email-not-working#post-3891</link>
			<pubDate>Wed, 05 Nov 2008 12:41:23 +0000</pubDate>
			<dc:creator>bret.miller</dc:creator>
			<guid isPermaLink="false">3891@http://austinmatzko.com/forum/</guid>
			<description><p>There is a small addition needed to wp-db-backup for wp-mail-smtp settings to be honored. I found this by comparing the code in pluggable.php's wp_mail function with the code in wp-db-backup to send email. </p>
<p>On line 931, there is this statement:<br />
<code>    $result = @$phpmailer-&#62;Send();<br />
</code></p>
<p>It needs one line added above it, like this:<br />
<code>    do_action_ref_array( 'phpmailer_init', array( &#38;$phpmailer ) );<br />
    $result = @$phpmailer-&#62;Send();<br />
</code><br />
I'd like to see that added to the official codebase, but it's an easy mod even for a beginner. </p>
<p>Bret
</p></description>
		</item>
		<item>
			<title>filosofo on "email not working"</title>
			<link>http://austinmatzko.com/forum/topic/email-not-working#post-3700</link>
			<pubDate>Tue, 26 Aug 2008 17:40:23 +0000</pubDate>
			<dc:creator>filosofo</dc:creator>
			<guid isPermaLink="false">3700@http://austinmatzko.com/forum/</guid>
			<description><p>Were you using the wp-mail-smtp plugin on the Linux hosting as well?
</p></description>
		</item>
		<item>
			<title>Li-An on "email not working"</title>
			<link>http://austinmatzko.com/forum/topic/email-not-working#post-3608</link>
			<pubDate>Mon, 25 Aug 2008 11:34:25 +0000</pubDate>
			<dc:creator>Li-An</dc:creator>
			<guid isPermaLink="false">3608@http://austinmatzko.com/forum/</guid>
			<description><p>Hello,<br />
I was happy to see a new edition of your plugin but unfortunately, the mail function does not want to work on my hosting.<br />
It's a windows hosting in php4 and I need this plugin <a href="http://www.callum-macdonald.com/code/wp-mail-smtp/" rel="nofollow">http://www.callum-macdonald.com/code/wp-mail-smtp/</a> to make the Wordpress mail function working . It worked on the same host in Linux hosting.
</p></description>
		</item>

	</channel>
</rss>

