<?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: PHPMailer &quot;The following From address failed:&quot; problem and solution</title>
	<atom:link href="http://ogre.ikratko.com/archives/148/feed" rel="self" type="application/rss+xml" />
	<link>http://ogre.ikratko.com/archives/148</link>
	<description>"Некои съображения", коментари, прегледи, забавни</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:25:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Kaspar</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-38677</link>
		<dc:creator>Kaspar</dc:creator>
		<pubDate>Sat, 01 Oct 2011 22:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-38677</guid>
		<description>Hey man!

Thanks a lot! I had been struggling with phpmailer for a crappy job for like 4houres till i finally found your post and tried SwiftMailer. Much better one, and easy to use too!

Thanks for sharing this info!</description>
		<content:encoded><![CDATA[<p>Hey man!</p>
<p>Thanks a lot! I had been struggling with phpmailer for a crappy job for like 4houres till i finally found your post and tried SwiftMailer. Much better one, and easy to use too!</p>
<p>Thanks for sharing this info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-32534</link>
		<dc:creator>Glen</dc:creator>
		<pubDate>Mon, 16 May 2011 03:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-32534</guid>
		<description>Worked several hours with PHPMailer, never got it to work.  Found this blog and tried Swift mailer.  Worked right out of the block.  The docs were very easy to understand, and Swift was easy to test on my home server, and easy to upload/install on the professional web server.  Thanks!</description>
		<content:encoded><![CDATA[<p>Worked several hours with PHPMailer, never got it to work.  Found this blog and tried Swift mailer.  Worked right out of the block.  The docs were very easy to understand, and Swift was easy to test on my home server, and easy to upload/install on the professional web server.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-21768</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Wed, 03 Mar 2010 03:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-21768</guid>
		<description>i also had a problem with EHLO error with my server.applying suggestion from john daniels really works!
thanx alot man.</description>
		<content:encoded><![CDATA[<p>i also had a problem with EHLO error with my server.applying suggestion from john daniels really works!<br />
thanx alot man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Daniels</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-15713</link>
		<dc:creator>John Daniels</dc:creator>
		<pubDate>Fri, 14 Aug 2009 17:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-15713</guid>
		<description>Here is a fix I applied succesfully when I ran into the problem of 554 Invalid HELO format with PHPMailer:

In class.smtp.php search for the function Hello

Replace: SendHello(&quot;EHLO&quot;, $host)) with SendHello(&quot;EHLO&quot;, &quot;[&quot; . $host . &quot;]&quot;))
Replace: SendHello(&quot;HELO&quot;, $host)) with SendHello(&quot;HELO&quot;, &quot;[&quot; . $host . &quot;]&quot;))</description>
		<content:encoded><![CDATA[<p>Here is a fix I applied succesfully when I ran into the problem of 554 Invalid HELO format with PHPMailer:</p>
<p>In class.smtp.php search for the function Hello</p>
<p>Replace: SendHello("EHLO", $host)) with SendHello("EHLO", "[" . $host . "]"))<br />
Replace: SendHello("HELO", $host)) with SendHello("HELO", "[" . $host . "]"))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J S</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-9776</link>
		<dc:creator>J S</dc:creator>
		<pubDate>Mon, 30 Mar 2009 15:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-9776</guid>
		<description>Looks like they closed your bug fix request... without fixing it :/ I\&#039;m going to try Swiftmailer</description>
		<content:encoded><![CDATA[<p>Looks like they closed your bug fix request&#8230; without fixing it :/ I\'m going to try Swiftmailer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ardee Aram</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-8879</link>
		<dc:creator>Ardee Aram</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-8879</guid>
		<description>Wonderful. Just ditched PHPMailer and used Swiftmailer. Mailing now works perfectly well. 

Thank you very much for this post! I\&#039;ll do a backlink if it\&#039;s ok with you to spread the word :)</description>
		<content:encoded><![CDATA[<p>Wonderful. Just ditched PHPMailer and used Swiftmailer. Mailing now works perfectly well. </p>
<p>Thank you very much for this post! I\'ll do a backlink if it\'s ok with you to spread the word :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Terri Ann</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-8860</link>
		<dc:creator>Terri Ann</dc:creator>
		<pubDate>Wed, 25 Feb 2009 18:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-8860</guid>
		<description>I was getting this error - but it turns out it was because I was forcing a specific port - SMTP was authenticating but the from address failed.  I just removed the port assignment.</description>
		<content:encoded><![CDATA[<p>I was getting this error -- but it turns out it was because I was forcing a specific port -- SMTP was authenticating but the from address failed.  I just removed the port assignment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hernanc</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-6136</link>
		<dc:creator>Hernanc</dc:creator>
		<pubDate>Fri, 16 Jan 2009 20:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-6136</guid>
		<description>Hi there,
I had a similar problem. I was getting this error:
ERROR: MAIL not accepted from server: 550 Access denied - Invalid HELO name (See RFC2821 4.1.1.1)

Some time later I realized that I was querying my local server using only the host name:
http://simplehostname/file.php

When I used the full dns it worked perfectly:
http://simplehostname.mydomainname.com/file.php

Cheers!</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
I had a similar problem. I was getting this error:<br />
ERROR: MAIL not accepted from server: 550 Access denied -- Invalid HELO name (See RFC2821 4.1.1.1)</p>
<p>Some time later I realized that I was querying my local server using only the host name:<br />
<a href="http://simplehostname/file.php" rel="nofollow">http://simplehostname/file.php</a></p>
<p>When I used the full dns it worked perfectly:<br />
<a href="http://simplehostname.mydomainname.com/file.php" rel="nofollow">http://simplehostname.mydomainname.com/file.php</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel Conde</title>
		<link>http://ogre.ikratko.com/archives/148/comment-page-1#comment-4235</link>
		<dc:creator>Manuel Conde</dc:creator>
		<pubDate>Thu, 20 Nov 2008 10:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://ogre.ikratko.com/archives/148#comment-4235</guid>
		<description>Thanks very very much for your contribution.

I was searching in google for 2 days for this solution with no a real solution from no one.

With http://www.swiftmailer.org/ I finally can send emails with SMTP auth without problems (where PHPMailer didn\&#039;t do).

Swiftmailer is a great tool. Congratulations to the creators.</description>
		<content:encoded><![CDATA[<p>Thanks very very much for your contribution.</p>
<p>I was searching in google for 2 days for this solution with no a real solution from no one.</p>
<p>With <a href="http://www.swiftmailer.org/" rel="nofollow">http://www.swiftmailer.org/</a> I finally can send emails with SMTP auth without problems (where PHPMailer didn\'t do).</p>
<p>Swiftmailer is a great tool. Congratulations to the creators.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

