<?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"
	>
<channel>
	<title>Comments on: WP Mail SMTP v0.7</title>
	<atom:link href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/</link>
	<description>Callum's musings on the world at large...</description>
	<pubDate>Mon, 06 Oct 2008 16:37:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: chick</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29887</link>
		<dc:creator>chick</dc:creator>
		<pubDate>Mon, 29 Sep 2008 03:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29887</guid>
		<description>Hi Callum. Thanks for your reply. That is as far as it goes with the test result. No SMTP debugging output shows</description>
		<content:encoded><![CDATA[<p>Hi Callum. Thanks for your reply. That is as far as it goes with the test result. No SMTP debugging output shows</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29885</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Mon, 29 Sep 2008 02:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29885</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29881" rel="nofollow"&gt;chick&lt;/a&gt;: There's no clues in your current output, can you post the SMTP debugging output as well?

As an aside, you need to upgrade to &lt;a href="http://wordpress.org/download/" rel="nofollow"&gt;WordPress 2.6.2&lt;/a&gt;. 2.3.3 has known security issues, it is only a matter of time before your site is exploited.</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29881" rel="nofollow">chick</a>: There&#8217;s no clues in your current output, can you post the SMTP debugging output as well?</p>
<p>As an aside, you need to upgrade to <a href="http://wordpress.org/download/" rel="nofollow">WordPress 2.6.2</a>. 2.3.3 has known security issues, it is only a matter of time before your site is exploited.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chick</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29881</link>
		<dc:creator>chick</dc:creator>
		<pubDate>Sun, 28 Sep 2008 20:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29881</guid>
		<description>I installed your wp-mail-smtp plugin and I am having the following error when I try testing it. I am using WordPress 2.3.3 and my hosting is with yahoo. Any ideas? Please help! below is message from the test:

Test Message Sent

The result was:

bool(false)
The full debugging output is shown below:

object(phpmailer)(39) {
  ["Priority"]=&#62;
  int(3)
  ["CharSet"]=&#62;
  string(5) "UTF-8"
  ["ContentType"]=&#62;
  string(10) "text/plain"
  ["Encoding"]=&#62;
  string(4) "8bit"
  ["ErrorInfo"]=&#62;
  string(0) ""
  ["From"]=&#62;
  string(21) "support@wordpress.com"
  ["FromName"]=&#62;
  string(7) "Support"
  ["Sender"]=&#62;
  string(0) ""
  ["Subject"]=&#62;
  string(0) ""
  ["Body"]=&#62;
  string(0) ""
  ["AltBody"]=&#62;
  string(0) ""
  ["WordWrap"]=&#62;
  int(0)
  ["Mailer"]=&#62;
  string(4) "mail"
  ["Sendmail"]=&#62;
  string(18) "/usr/sbin/sendmail"
  ["PluginDir"]=&#62;
  string(0) ""
  ["Version"]=&#62;
  string(4) "1.73"
  ["ConfirmReadingTo"]=&#62;
  string(0) ""
  ["Hostname"]=&#62;
  string(0) ""
  ["Host"]=&#62;
  string(9) "localhost"
  ["Port"]=&#62;
  int(25)
  ["Helo"]=&#62;
  string(0) ""
  ["SMTPAuth"]=&#62;
  bool(false)
  ["Username"]=&#62;
  string(0) ""
  ["Password"]=&#62;
  string(0) ""
  ["Timeout"]=&#62;
  int(10)
  ["SMTPDebug"]=&#62;
  int(2)
  ["SMTPKeepAlive"]=&#62;
  bool(false)
  ["smtp"]=&#62;
  NULL
  ["to"]=&#62;
  array(0) {
  }
  ["cc"]=&#62;
  array(0) {
  }
  ["bcc"]=&#62;
  array(0) {
  }
  ["ReplyTo"]=&#62;
  array(0) {
  }
  ["attachment"]=&#62;
  array(0) {
  }
  ["CustomHeader"]=&#62;
  array(0) {
  }
  ["message_type"]=&#62;
  string(0) ""
  ["boundary"]=&#62;
  array(0) {
  }
  ["language"]=&#62;
  array(0) {
  }
  ["error_count"]=&#62;
  int(0)
  ["LE"]=&#62;
  string(1) "
"
}
The SMTP debugging output is shown below:</description>
		<content:encoded><![CDATA[<p>I installed your wp-mail-smtp plugin and I am having the following error when I try testing it. I am using WordPress 2.3.3 and my hosting is with yahoo. Any ideas? Please help! below is message from the test:</p>
<p>Test Message Sent</p>
<p>The result was:</p>
<p>bool(false)<br />
The full debugging output is shown below:</p>
<p>object(phpmailer)(39) {<br />
  ["Priority"]=&gt;<br />
  int(3)<br />
  ["CharSet"]=&gt;<br />
  string(5) &#8220;UTF-8&#8243;<br />
  ["ContentType"]=&gt;<br />
  string(10) &#8220;text/plain&#8221;<br />
  ["Encoding"]=&gt;<br />
  string(4) &#8220;8bit&#8221;<br />
  ["ErrorInfo"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["From"]=&gt;<br />
  string(21) &#8220;support@wordpress.com&#8221;<br />
  ["FromName"]=&gt;<br />
  string(7) &#8220;Support&#8221;<br />
  ["Sender"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["Subject"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["Body"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["AltBody"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["WordWrap"]=&gt;<br />
  int(0)<br />
  ["Mailer"]=&gt;<br />
  string(4) &#8220;mail&#8221;<br />
  ["Sendmail"]=&gt;<br />
  string(18) &#8220;/usr/sbin/sendmail&#8221;<br />
  ["PluginDir"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["Version"]=&gt;<br />
  string(4) &#8220;1.73&#8243;<br />
  ["ConfirmReadingTo"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["Hostname"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["Host"]=&gt;<br />
  string(9) &#8220;localhost&#8221;<br />
  ["Port"]=&gt;<br />
  int(25)<br />
  ["Helo"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["SMTPAuth"]=&gt;<br />
  bool(false)<br />
  ["Username"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["Password"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["Timeout"]=&gt;<br />
  int(10)<br />
  ["SMTPDebug"]=&gt;<br />
  int(2)<br />
  ["SMTPKeepAlive"]=&gt;<br />
  bool(false)<br />
  ["smtp"]=&gt;<br />
  NULL<br />
  ["to"]=&gt;<br />
  array(0) {<br />
  }<br />
  ["cc"]=&gt;<br />
  array(0) {<br />
  }<br />
  ["bcc"]=&gt;<br />
  array(0) {<br />
  }<br />
  ["ReplyTo"]=&gt;<br />
  array(0) {<br />
  }<br />
  ["attachment"]=&gt;<br />
  array(0) {<br />
  }<br />
  ["CustomHeader"]=&gt;<br />
  array(0) {<br />
  }<br />
  ["message_type"]=&gt;<br />
  string(0) &#8220;&#8221;<br />
  ["boundary"]=&gt;<br />
  array(0) {<br />
  }<br />
  ["language"]=&gt;<br />
  array(0) {<br />
  }<br />
  ["error_count"]=&gt;<br />
  int(0)<br />
  ["LE"]=&gt;<br />
  string(1) &#8221;<br />
&#8221;<br />
}<br />
The SMTP debugging output is shown below:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bala</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29845</link>
		<dc:creator>bala</dc:creator>
		<pubDate>Thu, 25 Sep 2008 01:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29845</guid>
		<description>Thanks Callum. 
You are right, my ISP blocks mail relay through port 25. I connected to my schools network and I was able to send mails through port 25.</description>
		<content:encoded><![CDATA[<p>Thanks Callum.<br />
You are right, my ISP blocks mail relay through port 25. I connected to my schools network and I was able to send mails through port 25.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29826</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Tue, 23 Sep 2008 07:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29826</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29825" rel="nofollow"&gt;bala&lt;/a&gt;: If you've disabled firewall and antivirus, my guess it that your ISP blocks port 25. It's very common for domestic ISPs to block the port to prevent spam. I'm guessing you're hosting this on a home machine on ADSL / Cable / etc.

I'd suggest trying an alternate port number for one of the mail servers. Or, use your ISP's mail server. If that is ComCast and you can't telnet to their SMTP server on port 25, there is a problem somewhere.

It's not necessary to install a mailserver on your machine. In fact, that won't move you forward because then your local mailserver won't be able to get out on port 25 either! :)</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29825" rel="nofollow">bala</a>: If you&#8217;ve disabled firewall and antivirus, my guess it that your ISP blocks port 25. It&#8217;s very common for domestic ISPs to block the port to prevent spam. I&#8217;m guessing you&#8217;re hosting this on a home machine on ADSL / Cable / etc.</p>
<p>I&#8217;d suggest trying an alternate port number for one of the mail servers. Or, use your ISP&#8217;s mail server. If that is ComCast and you can&#8217;t telnet to their SMTP server on port 25, there is a problem somewhere.</p>
<p>It&#8217;s not necessary to install a mailserver on your machine. In fact, that won&#8217;t move you forward because then your local mailserver won&#8217;t be able to get out on port 25 either! <img src='http://www.callum-macdonald.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bala</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29825</link>
		<dc:creator>bala</dc:creator>
		<pubDate>Tue, 23 Sep 2008 03:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29825</guid>
		<description>Thanks Callum. 
I have disabled my firewall and antivirus temporarily but I am not able to telnet to the mail servers. Guess the localhost needs a local mailserver configured.

Thanks again for the prompt reply.
~Bala</description>
		<content:encoded><![CDATA[<p>Thanks Callum.<br />
I have disabled my firewall and antivirus temporarily but I am not able to telnet to the mail servers. Guess the localhost needs a local mailserver configured.</p>
<p>Thanks again for the prompt reply.<br />
~Bala</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29824</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Tue, 23 Sep 2008 03:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29824</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29823" rel="nofollow"&gt;bala&lt;/a&gt;: I'm guessing localhost won't work unless you have a local mailserver installed. Do you have a firewall on the machine? Or some anti-virus program that scans outgoing mail? Sounds like a problem along those lines to me, but I'm just guessing.

If you open a command prompt and type "telnet servername 25" then hit enter, can you connect to the various mail servers you're trying? If not, then that's where the problem lies. If you can, it could be an Apache config issue, or a missing module. I'm not really sure.</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29823" rel="nofollow">bala</a>: I&#8217;m guessing localhost won&#8217;t work unless you have a local mailserver installed. Do you have a firewall on the machine? Or some anti-virus program that scans outgoing mail? Sounds like a problem along those lines to me, but I&#8217;m just guessing.</p>
<p>If you open a command prompt and type &#8220;telnet servername 25&#8243; then hit enter, can you connect to the various mail servers you&#8217;re trying? If not, then that&#8217;s where the problem lies. If you can, it could be an Apache config issue, or a missing module. I&#8217;m not really sure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bala</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29823</link>
		<dc:creator>bala</dc:creator>
		<pubDate>Tue, 23 Sep 2008 02:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29823</guid>
		<description>hello,
the plugin looks cool..
but its not working for me using Apache server in my Windows Vista as a localhost
I am using my gmail id to send mail.. I tried smtp.gmail.com, smtp.comcast.net, localhost and localhost:26 as my SMTP host name.. but noneof them sends the test mail..
Here's the trace.. Plz help..



  bool(false)
  ["smtp"]=&#62;
  object(SMTP)#19 (6) {
    ["SMTP_PORT"]=&#62;
    int(25)
    ["CRLF"]=&#62;
    string(2) "
"
    ["do_debug"]=&#62;
    int(2)
    ["smtp_conn"]=&#62;
    bool(false)
    ["error"]=&#62;
    array(3) {
      ["error"]=&#62;
      string(27) "Failed to connect to server"
      ["errno"]=&#62;
      int(10060)
      ["errstr"]=&#62;
      string(185) "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.
"
    }
    ["helo_rply"]=&#62;
    NULL
  }
  ["to"]=&#62;
  array(1) {
    [0]=&#62;
    array(2) {
      [0]=&#62;
      string(22) "balasubrcn{at]yahoo.co[dot}in"
      [1]=&#62;
      string(0) ""
    }
  }

The SMTP debugging output is shown below:

SMTP -&#62; 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>hello,<br />
the plugin looks cool..<br />
but its not working for me using Apache server in my Windows Vista as a localhost<br />
I am using my gmail id to send mail.. I tried smtp.gmail.com, smtp.comcast.net, localhost and localhost:26 as my SMTP host name.. but noneof them sends the test mail..<br />
Here&#8217;s the trace.. Plz help..</p>
<p>  bool(false)<br />
  ["smtp"]=&gt;<br />
  object(SMTP)#19 (6) {<br />
    ["SMTP_PORT"]=&gt;<br />
    int(25)<br />
    ["CRLF"]=&gt;<br />
    string(2) &#8221;<br />
&#8221;<br />
    ["do_debug"]=&gt;<br />
    int(2)<br />
    ["smtp_conn"]=&gt;<br />
    bool(false)<br />
    ["error"]=&gt;<br />
    array(3) {<br />
      ["error"]=&gt;<br />
      string(27) &#8220;Failed to connect to server&#8221;<br />
      ["errno"]=&gt;<br />
      int(10060)<br />
      ["errstr"]=&gt;<br />
      string(185) &#8220;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 />
&#8221;<br />
    }<br />
    ["helo_rply"]=&gt;<br />
    NULL<br />
  }<br />
  ["to"]=&gt;<br />
  array(1) {<br />
    [0]=&gt;<br />
    array(2) {<br />
      [0]=&gt;<br />
      string(22) &#8220;balasubrcn{at]yahoo.co[dot}in"<br />
      [1]=&gt;<br />
      string(0) &#8220;&#8221;<br />
    }<br />
  }</p>
<p>The SMTP debugging output is shown below:</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: Andreas</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29043</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 28 Aug 2008 14:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29043</guid>
		<description>Thank you again - sorry for the double posting...

I'll wait for the answer of my host and inform you as soon as I have new information.
I have no idea where I can find the log files atm...</description>
		<content:encoded><![CDATA[<p>Thank you again - sorry for the double posting&#8230;</p>
<p>I&#8217;ll wait for the answer of my host and inform you as soon as I have new information.<br />
I have no idea where I can find the log files atm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29040</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Thu, 28 Aug 2008 05:55:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29040</guid>
		<description>@&lt;a herf="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29039" rel="nofollow"&gt;Andreas&lt;/a&gt;: I deleted your double posted comment.

It is "are located neither in a nor in b". :)

You'll need to find the error message in the log to make sense of the white screen of death I'm afraid. Either that or you could look at changing the &lt;a href="http://au.php.net/manual/en/errorfunc.configuration.php#ini.display-errors" target="_blank" rel="nofollow"&gt;PHP display_errors ini var&lt;/a&gt;. That might not be possible though, it depends on your host.</description>
		<content:encoded><![CDATA[<p>@<a herf="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29039" rel="nofollow">Andreas</a>: I deleted your double posted comment.</p>
<p>It is &#8220;are located neither in a nor in b&#8221;. <img src='http://www.callum-macdonald.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
You&#8217;ll need to find the error message in the log to make sense of the white screen of death I&#8217;m afraid. Either that or you could look at changing the <a href="http://au.php.net/manual/en/errorfunc.configuration.php#ini.display-errors" target="_blank" rel="nofollow">PHP display_errors ini var</a>. That might not be possible though, it depends on your host.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29038</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29038</guid>
		<description>Heya!

Me again. For now I have a workaround that works (my provider has an experimental function that overwrites the mail()-method and uses  smtp instead).
Additionally I wrote an email to my provider where I can find the server-logs as they are located neither on my webspace nor in the userinterface...

(Btw. is it "..they aren't located neither... nor..." or is it "they are located neither... nor..." ? =) )

And I really like your plugin more than any experimental function without support (they say any question concerning that functionality via email or in the forum will be deleted...... ) =)</description>
		<content:encoded><![CDATA[<p>Heya!</p>
<p>Me again. For now I have a workaround that works (my provider has an experimental function that overwrites the mail()-method and uses  smtp instead).<br />
Additionally I wrote an email to my provider where I can find the server-logs as they are located neither on my webspace nor in the userinterface&#8230;</p>
<p>(Btw. is it &#8220;..they aren&#8217;t located neither&#8230; nor&#8230;&#8221; or is it &#8220;they are located neither&#8230; nor&#8230;&#8221; ? =) )</p>
<p>And I really like your plugin more than any experimental function without support (they say any question concerning that functionality via email or in the forum will be deleted&#8230;&#8230; ) =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29035</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29035</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29034" rel="nofollow"&gt;Andreas&lt;/a&gt;: If switching to mail() works, then you need to check your web server error logs for more information about the problem. Something is dying, and the error message will be in the logs.

Can you send a test mail from the options page? Does that work ok?</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29034" rel="nofollow">Andreas</a>: If switching to mail() works, then you need to check your web server error logs for more information about the problem. Something is dying, and the error message will be in the logs.</p>
<p>Can you send a test mail from the options page? Does that work ok?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29034</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29034</guid>
		<description>Just an addition to my last comment:

If I switch from SMTP to php mail() (in the preferences of your plugin) I don't get a blank screen but a message that I should check my email-account... (but the mail isn't sent as the mail() doesn't work)</description>
		<content:encoded><![CDATA[<p>Just an addition to my last comment:</p>
<p>If I switch from SMTP to php mail() (in the preferences of your plugin) I don&#8217;t get a blank screen but a message that I should check my email-account&#8230; (but the mail isn&#8217;t sent as the mail() doesn&#8217;t work)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29033</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Thu, 28 Aug 2008 04:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29033</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29031" rel="nofollow"&gt;Andreas&lt;/a&gt;: Sounds like you're hitting a PHP error, that's the white screen of death. Look in your web server error logs, you should find some information there.

Try disabling the plugin, then test again. Do you get registration emails? Or do you still get the white screen of death?</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29031" rel="nofollow">Andreas</a>: Sounds like you&#8217;re hitting a PHP error, that&#8217;s the white screen of death. Look in your web server error logs, you should find some information there.</p>
<p>Try disabling the plugin, then test again. Do you get registration emails? Or do you still get the white screen of death?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29031</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 28 Aug 2008 03:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29031</guid>
		<description>Heya!

First of all: You plugin is really really helpful! *thumbsup* 

... If it would just work ;)

I have a wordpress-blog running and it seemed that it doesn't send any mails. So I installed you plugin and tried again and everything worked fine as the subscribe2 plugin sent emails.

Today I noticed that it is no longer possible to register for my blog as the registration ends in a blank screen after I press the submit-button... an email (with the password) is never sent (or doesn't arrive)

Any suggestions?

If you want to try it: australien.kilu.de

Thank you! Have a nice day!

Andreas</description>
		<content:encoded><![CDATA[<p>Heya!</p>
<p>First of all: You plugin is really really helpful! *thumbsup* </p>
<p>&#8230; If it would just work <img src='http://www.callum-macdonald.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
I have a wordpress-blog running and it seemed that it doesn&#8217;t send any mails. So I installed you plugin and tried again and everything worked fine as the subscribe2 plugin sent emails.</p>
<p>Today I noticed that it is no longer possible to register for my blog as the registration ends in a blank screen after I press the submit-button&#8230; an email (with the password) is never sent (or doesn&#8217;t arrive)</p>
<p>Any suggestions?</p>
<p>If you want to try it: australien.kilu.de</p>
<p>Thank you! Have a nice day!</p>
<p>Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregg</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-29001</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Wed, 27 Aug 2008 00:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-29001</guid>
		<description>Thanks for this great plugin.  i used a different plugin and it would only send to the admin user.  this works great!</description>
		<content:encoded><![CDATA[<p>Thanks for this great plugin.  i used a different plugin and it would only send to the admin user.  this works great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28562</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Wed, 20 Aug 2008 02:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28562</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28541" rel="nofollow"&gt;raja sangwan&lt;/a&gt;: Are you clicking the "Update Options" button? Are you running WordPress version 2.6.1? It works for me, I've just tested on the new version, and everything seems fine.

If you're still getting an error, can you post a series of screenshots of steps you're taking and the errors you're getting?</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28541" rel="nofollow">raja sangwan</a>: Are you clicking the &#8220;Update Options&#8221; button? Are you running WordPress version 2.6.1? It works for me, I&#8217;ve just tested on the new version, and everything seems fine.</p>
<p>If you&#8217;re still getting an error, can you post a series of screenshots of steps you&#8217;re taking and the errors you&#8217;re getting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raja sangwan</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28541</link>
		<dc:creator>raja sangwan</dc:creator>
		<pubDate>Tue, 19 Aug 2008 16:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28541</guid>
		<description>hello 
 i have just installed wp_smtpmail .but its not working fine.when i try to change seting through admin like form email,name etc. it says 
are you sure you want to do it?
 please try again
if i try to send email it says out is given here
but there is nothing. please help me.</description>
		<content:encoded><![CDATA[<p>hello<br />
 i have just installed wp_smtpmail .but its not working fine.when i try to change seting through admin like form email,name etc. it says<br />
are you sure you want to do it?<br />
 please try again<br />
if i try to send email it says out is given here<br />
but there is nothing. please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28522</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Tue, 19 Aug 2008 08:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28522</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28520" rel="nofollow"&gt;Albert&lt;/a&gt;: Authentication is used to prove who you are when you connect to the internet from many different places. That's not necessary (nor practical) on a server, because it has a fixed IP and so any mail from that IP comes from that server.

Not authenticating is the norm for a server, not the exception.</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28520" rel="nofollow">Albert</a>: Authentication is used to prove who you are when you connect to the internet from many different places. That&#8217;s not necessary (nor practical) on a server, because it has a fixed IP and so any mail from that IP comes from that server.</p>
<p>Not authenticating is the norm for a server, not the exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28520</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Tue, 19 Aug 2008 08:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28520</guid>
		<description>Ok, ok.  I'll take the hint and not mess with the port :)

I just wanted to make sure I'm not over exposing myself to something bad.  I really don't know anything about this stuff, but as long as you say it's an internal mail server that only GoDaddy hosted sites have access to, I guess that's ok then.  It still just kind of freaks me out that I can send email on that without a user name or password.</description>
		<content:encoded><![CDATA[<p>Ok, ok.  I&#8217;ll take the hint and not mess with the port <img src='http://www.callum-macdonald.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I just wanted to make sure I&#8217;m not over exposing myself to something bad.  I really don&#8217;t know anything about this stuff, but as long as you say it&#8217;s an internal mail server that only GoDaddy hosted sites have access to, I guess that&#8217;s ok then.  It still just kind of freaks me out that I can send email on that without a user name or password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28512</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28512</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28511" rel="nofollow"&gt;Albert&lt;/a&gt;: See &lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28510" rel="nofollow"&gt;my last comment&lt;/a&gt; Albert. I believe you can specify hostname:port in the hostname field in the plugin. No coding required.

Albert, the article you posted is talking about setting up Outlook, on your computer, not on your web server. It also says this:
&lt;blockquote&gt;NOTE: If you have trouble sending email you can also try 25 or 3535 for your outgoing server (SMTP) port.&lt;/blockquote&gt;

If your mail is working currently on port 25 via relay-hosting.secureserver.net then I'd *strongly* suggest you leave it at that. It works, it ain't broke, it don't need fixed. :)</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28511" rel="nofollow">Albert</a>: See <a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28510" rel="nofollow">my last comment</a> Albert. I believe you can specify hostname:port in the hostname field in the plugin. No coding required.</p>
<p>Albert, the article you posted is talking about setting up Outlook, on your computer, not on your web server. It also says this:</p>
<blockquote><p>NOTE: If you have trouble sending email you can also try 25 or 3535 for your outgoing server (SMTP) port.</p></blockquote>
<p>If your mail is working currently on port 25 via relay-hosting.secureserver.net then I&#8217;d *strongly* suggest you leave it at that. It works, it ain&#8217;t broke, it don&#8217;t need fixed. <img src='http://www.callum-macdonald.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28511</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28511</guid>
		<description>Well, the only reason I want to try it is because http://help.godaddy.com/article/2649 says to set it to 80.  I'll let you know if it works, but I don't know how to change the port on your plugin.  Is there an option somewhere or do I need to open up the code?</description>
		<content:encoded><![CDATA[<p>Well, the only reason I want to try it is because <a href="http://help.godaddy.com/article/2649" rel="nofollow">http://help.godaddy.com/article/2649</a> says to set it to 80.  I&#8217;ll let you know if it works, but I don&#8217;t know how to change the port on your plugin.  Is there an option somewhere or do I need to open up the code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28510</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28510</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28509" rel="nofollow"&gt;Albert&lt;/a&gt;: I'm almost certain that mail is not supposed to be delivered on port 80. However, you're welcome to try. I believe you can specify the hostname as hostname:port and it will work. I strongly doubt port 80 will work though.</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28509" rel="nofollow">Albert</a>: I&#8217;m almost certain that mail is not supposed to be delivered on port 80. However, you&#8217;re welcome to try. I believe you can specify the hostname as hostname:port and it will work. I strongly doubt port 80 will work though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28509</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28509</guid>
		<description>Ah! Ok, that sets my mind at ease, a little.  But I would like to play by the "rules" if possible, and I think that involves switching to port 80.  Is there any way to do that easily?</description>
		<content:encoded><![CDATA[<p>Ah! Ok, that sets my mind at ease, a little.  But I would like to play by the &#8220;rules&#8221; if possible, and I think that involves switching to port 80.  Is there any way to do that easily?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28508</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28508</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28506" rel="nofollow"&gt;Albert&lt;/a&gt;: It's not an open mail server. Try connecting directly to it from your computer and sending mail, you'll get this error "553 sorry, relaying denied from your location". It's a mail server that only relays for GoDaddy (or SecureServer.net) servers.

Try checking the IP of the server (68.178.232.62) &lt;a href="http://www.dnsbl.info/" title="Check DNS blacklists (DNSBL)" target="_blank" rel="nofollow"&gt;here&lt;/a&gt;, you'll see the server is not blacklisted on any of the DNS blacklists. It almost certainly would be if it was an open relay.</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28506" rel="nofollow">Albert</a>: It&#8217;s not an open mail server. Try connecting directly to it from your computer and sending mail, you&#8217;ll get this error &#8220;553 sorry, relaying denied from your location&#8221;. It&#8217;s a mail server that only relays for GoDaddy (or SecureServer.net) servers.</p>
<p>Try checking the IP of the server (68.178.232.62) <a href="http://www.dnsbl.info/" title="Check DNS blacklists (DNSBL)" target="_blank" rel="nofollow">here</a>, you&#8217;ll see the server is not blacklisted on any of the DNS blacklists. It almost certainly would be if it was an open relay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Albert</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28506</link>
		<dc:creator>Albert</dc:creator>
		<pubDate>Tue, 19 Aug 2008 05:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28506</guid>
		<description>Hi Callum,

Your plugin seems to solve a lot of problems people (including me) are having with Wordpress comments notifications.  I followed all the steps above and switching to relay-hosting.secureserver.net and turning off the authentication avoids that error.  But I'm getting some long delays before the mail is sent.  I also have a strange feeling that using that server isn't as secure as the one GoDaddy wants me to use.  I mean, is that server just sitting open for anyone who wants to use it?  How can I send on it without giving it a user name and password.  

According to this (http://help.godaddy.com/article/2649), Godaddy wants everyone to use the following settings:
- SMPT server: smtpout.secureserver.net
- Port: 80

I'd like to be able to adjust the port number to be 80 so I can try that server.  Your plugin is currently running on port 25, right?  

I'm just a little nervous sending emails through a server that doesn't require any authentication of any kind.  Any thoughts?</description>
		<content:encoded><![CDATA[<p>Hi Callum,</p>
<p>Your plugin seems to solve a lot of problems people (including me) are having with Wordpress comments notifications.  I followed all the steps above and switching to relay-hosting.secureserver.net and turning off the authentication avoids that error.  But I&#8217;m getting some long delays before the mail is sent.  I also have a strange feeling that using that server isn&#8217;t as secure as the one GoDaddy wants me to use.  I mean, is that server just sitting open for anyone who wants to use it?  How can I send on it without giving it a user name and password.  </p>
<p>According to this (http://help.godaddy.com/article/2649), Godaddy wants everyone to use the following settings:<br />
- SMPT server: smtpout.secureserver.net<br />
- Port: 80</p>
<p>I&#8217;d like to be able to adjust the port number to be 80 so I can try that server.  Your plugin is currently running on port 25, right?  </p>
<p>I&#8217;m just a little nervous sending emails through a server that doesn&#8217;t require any authentication of any kind.  Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28365</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Tue, 12 Aug 2008 16:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28365</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28364" rel="nofollow"&gt;Enal&lt;/a&gt;: The error says you need to turn off authentication. So in Settings &gt; Email, choose "No: Do not use SMTP authentication."</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28364" rel="nofollow">Enal</a>: The error says you need to turn off authentication. So in Settings > Email, choose &#8220;No: Do not use SMTP authentication.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enal</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28364</link>
		<dc:creator>Enal</dc:creator>
		<pubDate>Tue, 12 Aug 2008 13:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28364</guid>
		<description>Hey,
Thanks for the help. Well according to this article they use a different smtp server http://help.godaddy.com/article/2649

However, I used the one provided with your article, and IT WORKS!

it shows an error though, take a look at the log 
bool(true)

The SMTP debugging output is shown below:

SMTP -&#62; FROM SERVER:
220 p3smtphosting03-02.prod.phx3.secureserver.net ESMTP 
SMTP -&#62; FROM SERVER: 
250-p3smtphosting03-02.prod.phx3.secureserver.net 
250-PIPELINING
250-SIZE 30457280
250 8BITMIME
SMTP -&#62; ERROR: AUTH not accepted from server: 502 unimplemented (#5.5.1)

SMTP -&#62; FROM SERVER:
250 flushed
SMTP -&#62; FROM SERVER:
250 ok
SMTP -&#62; FROM SERVER:
250 ok
SMTP -&#62; FROM SERVER:
354 go ahead punk, make my day
SMTP -&#62; FROM SERVER:
250 ok 1218547685 qp 6856 by p3smtphosting03-02.prod.phx3.secureserver.net
SMTP -&#62; FROM SERVER:
221 p3smtphosting03-02.prod.phx3.secureserver.net Goodbye.</description>
		<content:encoded><![CDATA[<p>Hey,<br />
Thanks for the help. Well according to this article they use a different smtp server <a href="http://help.godaddy.com/article/2649" rel="nofollow">http://help.godaddy.com/article/2649</a></p>
<p>However, I used the one provided with your article, and IT WORKS!</p>
<p>it shows an error though, take a look at the log<br />
bool(true)</p>
<p>The SMTP debugging output is shown below:</p>
<p>SMTP -&gt; FROM SERVER:<br />
220 p3smtphosting03-02.prod.phx3.secureserver.net ESMTP<br />
SMTP -&gt; FROM SERVER:<br />
250-p3smtphosting03-02.prod.phx3.secureserver.net<br />
250-PIPELINING<br />
250-SIZE 30457280<br />
250 8BITMIME<br />
SMTP -&gt; ERROR: AUTH not accepted from server: 502 unimplemented (#5.5.1)</p>
<p>SMTP -&gt; FROM SERVER:<br />
250 flushed<br />
SMTP -&gt; FROM SERVER:<br />
250 ok<br />
SMTP -&gt; FROM SERVER:<br />
250 ok<br />
SMTP -&gt; FROM SERVER:<br />
354 go ahead punk, make my day<br />
SMTP -&gt; FROM SERVER:<br />
250 ok 1218547685 qp 6856 by p3smtphosting03-02.prod.phx3.secureserver.net<br />
SMTP -&gt; FROM SERVER:<br />
221 p3smtphosting03-02.prod.phx3.secureserver.net Goodbye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Callum</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28359</link>
		<dc:creator>Callum</dc:creator>
		<pubDate>Mon, 11 Aug 2008 07:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28359</guid>
		<description>@&lt;a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28356" rel="nofollow"&gt;Enal&lt;/a&gt;: The host is the address of the mail server which WordPress tries to connect to. Is your host GoDaddy? According to &lt;a href="http://picobits.com/tips/2007/12/20/how-to-create-a-contact-form-on-a-godaddy-hosting-account/" rel="nofollow"&gt;this post&lt;/a&gt; GoDaddy's SMTP server is relay-hosting.secureserver.net. Try putting that into the "SMTP Host" field in the Settings &gt; Email page. Then try sending a test mail, and see how you get on.

Please post back and let us know how you get on. I might add an FAQ for GoDaddy if it works. :)</description>
		<content:encoded><![CDATA[<p>@<a href="http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28356" rel="nofollow">Enal</a>: The host is the address of the mail server which WordPress tries to connect to. Is your host GoDaddy? According to <a href="http://picobits.com/tips/2007/12/20/how-to-create-a-contact-form-on-a-godaddy-hosting-account/" rel="nofollow">this post</a> GoDaddy&#8217;s SMTP server is relay-hosting.secureserver.net. Try putting that into the &#8220;SMTP Host&#8221; field in the Settings > Email page. Then try sending a test mail, and see how you get on.</p>
<p>Please post back and let us know how you get on. I might add an FAQ for GoDaddy if it works. <img src='http://www.callum-macdonald.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enal</title>
		<link>http://www.callum-macdonald.com/2008/05/03/wp-mail-smtp-v07/#comment-28356</link>
		<dc:creator>Enal</dc:creator>
		<pubDate>Sun, 10 Aug 2008 20:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.callum-macdonald.com/?p=583#comment-28356</guid>
		<description>Thanks for your reply Callum... I have been struggling with this smtp thing for a couple of weeks now, and I really appreciate your help since I am not that technical and I reach a level way beyond where I thought I woudl be.

When you say "host" what do you mean? is that the host where my website is hosted, or is that the remote smtp server that my ISP at home has?

I have tried both. meaning that I used my ISP's smtp server (an IP address) as well as the website host (godaddy) smtp server. Both gave the same error. I also used Yahoo's smtp server where I have an email plus account with gives you an smtp server.

All of them gave the same error.

If you can direct me to what to ask my website host, please let me know. I have talked to them many times and i got different answers every time depending on the person i talk to (the host is godaddy.com)

thanks and truely I appreciate any feedback that I can get.</description>
		<content:encoded><![CDATA[<p>Thanks for your reply Callum&#8230; I have been struggling with this smtp thing for a couple of weeks now, and I really appreciate your help since I am not that technical and I reach a level way beyond where I thought I woudl be.</p>
<p>When you say &#8220;host&#8221; what do you mean? is that the host where my website is hosted, or is that the remote smtp server that my ISP at home has?</p>
<p>I have tried both. meaning that I used my ISP&#8217;s smtp server (an IP address) as well as the website host (godaddy) smtp server. Both gave the same error. I also used Yahoo&#8217;s smtp server where I have an email plus account with gives you an smtp server.</p>
<p>All of them gave the same error.</p>
<p>If you can direct me to what to ask my website host, please let me know. I have talked to them many times and i got different answers every time depending on the person i talk to (the host is godaddy.com)</p>
<p>thanks and truely I appreciate any feedback that I can get.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
