<?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: Sending Email through PHP scripts</title>
	<atom:link href="http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html</link>
	<description>Philhosting Company Blog&#124; Internet Articles &#124; Updates &#124; Tips &#38; Tricks</description>
	<lastBuildDate>Fri, 09 Sep 2011 15:20:21 +0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Kenneth Paul Tengco</title>
		<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/comment-page-1#comment-827</link>
		<dc:creator>Kenneth Paul Tengco</dc:creator>
		<pubDate>Mon, 10 Jan 2011 12:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://philhosting.net/articles/?p=37#comment-827</guid>
		<description>By the way, I&#039;m using phpmailer too. If you want to send emails in inbox and not in spam or bulk folder add this php code in your &quot;class.phpmailer.php&quot; file. This is the code

$a = &#039;From: senders_email_address@yourdomain.com&#039; . &quot;\r\n&quot;; // Sender&#039;s Email Address

$b = &#039;Return-Path: senders_name  /n&#039;; // Indicates Return-path

$c = &#039;Reply-To: senders_name  /n&#039;; // Reply-to Address

$d = &#039;X-Mailer: PHP/&#039; . phpversion(); // For X-Mailer

$e = &#039;&quot;Content-type: text/plain; charset=iso-8859-1&quot;&#039;; // Set Content Type For Text Email

$result = $a.$b.$c.$d.$e;

Put this inside the &quot;public function CreateHeader()&quot; in your class.phpmailer.php</description>
		<content:encoded><![CDATA[<p>By the way, I&#8217;m using phpmailer too. If you want to send emails in inbox and not in spam or bulk folder add this php code in your &#8220;class.phpmailer.php&#8221; file. This is the code</p>
<p>$a = &#8216;From: <a href="mailto:senders_email_address@yourdomain.com">senders_email_address@yourdomain.com</a>&#8216; . &#8220;\r\n&#8221;; // Sender&#8217;s Email Address</p>
<p>$b = &#8216;Return-Path: senders_name  /n&#8217;; // Indicates Return-path</p>
<p>$c = &#8216;Reply-To: senders_name  /n&#8217;; // Reply-to Address</p>
<p>$d = &#8216;X-Mailer: PHP/&#8217; . phpversion(); // For X-Mailer</p>
<p>$e = &#8216;&#8221;Content-type: text/plain; charset=iso-8859-1&#8243;&#8216;; // Set Content Type For Text Email</p>
<p>$result = $a.$b.$c.$d.$e;</p>
<p>Put this inside the &#8220;public function CreateHeader()&#8221; in your class.phpmailer.php</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evan Ellington</title>
		<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/comment-page-1#comment-509</link>
		<dc:creator>Evan Ellington</dc:creator>
		<pubDate>Fri, 05 Mar 2010 01:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://philhosting.net/articles/?p=37#comment-509</guid>
		<description>Hey, I found this post while searching for help with JavaScript. I&#039;ve recently switched browsers from Google Chrome to Microsoft IE 6. Just recently I seem to have a issue with loading JavaScript. Every time I browse site that requires Javascript, my computer does not load and I get a &quot;runtime error javascript.JSException: Unknown name&quot;. I can&#039;t seem to find out how to fix the problem. Any help is greatly appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hey, I found this post while searching for help with JavaScript. I&#8217;ve recently switched browsers from Google Chrome to Microsoft IE 6. Just recently I seem to have a issue with loading JavaScript. Every time I browse site that requires Javascript, my computer does not load and I get a &#8220;runtime error javascript.JSException: Unknown name&#8221;. I can&#8217;t seem to find out how to fix the problem. Any help is greatly appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Root</title>
		<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/comment-page-1#comment-283</link>
		<dc:creator>Root</dc:creator>
		<pubDate>Mon, 02 Feb 2009 18:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://philhosting.net/articles/?p=37#comment-283</guid>
		<description>Hi Roy Vincent, it is also a big question to others. 

&quot;Why we can send email to Gmail or to any other free email provider, but why in Yahoo sometimes can&#039;t?&quot;
&quot;Why sometimes our email to Yahoo is delayed?&quot;
&quot;Why sometimes our email to Yahoo goes to Bulk/Spam folder?&quot;

For many years, Yahoo didn&#039;t come up any information about this problem?
This is possibly for some reasons:
1. Yahoo email is FREE, don&#039;t expect too much. If you need more, get thier Yahoo business email
2. Yahoo priorities thier member internal emails rather than email comes from outside.
    - Yahoo promote thier own service, if you want to solve this problem, get a Yahoo account and use it to send email to other Yahoo member.
3. Don&#039;t send email more than 20 emails to to any Yahoo member per hour/day or else Yahoo will tag your IP/domain as bulk sender.
    -When your IP/Domain is tagged, all emails from you will goes Bulk/Spam Folder.
3. Yahoo don&#039;t provide technical support to any of thier free service. There is no other way to contact them.

Hope this few info can help.</description>
		<content:encoded><![CDATA[<p>Hi Roy Vincent, it is also a big question to others. </p>
<p>&#8220;Why we can send email to Gmail or to any other free email provider, but why in Yahoo sometimes can&#8217;t?&#8221;<br />
&#8220;Why sometimes our email to Yahoo is delayed?&#8221;<br />
&#8220;Why sometimes our email to Yahoo goes to Bulk/Spam folder?&#8221;</p>
<p>For many years, Yahoo didn&#8217;t come up any information about this problem?<br />
This is possibly for some reasons:<br />
1. Yahoo email is FREE, don&#8217;t expect too much. If you need more, get thier Yahoo business email<br />
2. Yahoo priorities thier member internal emails rather than email comes from outside.<br />
    &#8211; Yahoo promote thier own service, if you want to solve this problem, get a Yahoo account and use it to send email to other Yahoo member.<br />
3. Don&#8217;t send email more than 20 emails to to any Yahoo member per hour/day or else Yahoo will tag your IP/domain as bulk sender.<br />
    -When your IP/Domain is tagged, all emails from you will goes Bulk/Spam Folder.<br />
3. Yahoo don&#8217;t provide technical support to any of thier free service. There is no other way to contact them.</p>
<p>Hope this few info can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Vincent</title>
		<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/comment-page-1#comment-275</link>
		<dc:creator>Roy Vincent</dc:creator>
		<pubDate>Sat, 24 Jan 2009 15:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://philhosting.net/articles/?p=37#comment-275</guid>
		<description>yahoomail is not receiving the message from this one.... only in gmail.... why is it?</description>
		<content:encoded><![CDATA[<p>yahoomail is not receiving the message from this one&#8230;. only in gmail&#8230;. why is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harold D. Ramirez</title>
		<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/comment-page-1#comment-226</link>
		<dc:creator>Harold D. Ramirez</dc:creator>
		<pubDate>Tue, 16 Dec 2008 09:55:38 +0000</pubDate>
		<guid isPermaLink="false">http://philhosting.net/articles/?p=37#comment-226</guid>
		<description>Well, I see a problem here. Im seeing this page because I was directed by philhost techsupport. I wouldnt have guessed that I need to get authenticated (SMTP) before I could send any message. No problem with the authentication thing. But Id like to make a point here. Philhost should have made an error message that the php mail function could not be used directly and that to be able to send a message, users need to authenticate. I tried sending mails many times. The scripts are telling that it did send the messages. Why? Because php&#039;s mail() fucntion is returning a value aside from &quot;false&quot;. There were no errors or warnings etc... I tried sending to different addresses coz I thought the messages were blocked for spam. I spent a hours trying to make my scripts work. Just to know in the end that it was not my scripts.</description>
		<content:encoded><![CDATA[<p>Well, I see a problem here. Im seeing this page because I was directed by philhost techsupport. I wouldnt have guessed that I need to get authenticated (SMTP) before I could send any message. No problem with the authentication thing. But Id like to make a point here. Philhost should have made an error message that the php mail function could not be used directly and that to be able to send a message, users need to authenticate. I tried sending mails many times. The scripts are telling that it did send the messages. Why? Because php&#8217;s mail() fucntion is returning a value aside from &#8220;false&#8221;. There were no errors or warnings etc&#8230; I tried sending to different addresses coz I thought the messages were blocked for spam. I spent a hours trying to make my scripts work. Just to know in the end that it was not my scripts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Root</title>
		<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/comment-page-1#comment-185</link>
		<dc:creator>Root</dc:creator>
		<pubDate>Wed, 12 Nov 2008 13:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://philhosting.net/articles/?p=37#comment-185</guid>
		<description>Hi Daniel, this articles explains how to send email PHP through Linux hosting</description>
		<content:encoded><![CDATA[<p>Hi Daniel, this articles explains how to send email PHP through Linux hosting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/comment-page-1#comment-183</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 30 Oct 2008 07:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://philhosting.net/articles/?p=37#comment-183</guid>
		<description>Does this mean I can&#039;t send mails anymore through PHP with my Linux Minipack Hosting account?</description>
		<content:encoded><![CDATA[<p>Does this mean I can&#8217;t send mails anymore through PHP with my Linux Minipack Hosting account?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ctrl-c</title>
		<link>http://blog.philhosting.net/programming/php/sending-email-through-php-scripts.html/comment-page-1#comment-172</link>
		<dc:creator>ctrl-c</dc:creator>
		<pubDate>Sun, 21 Sep 2008 23:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://philhosting.net/articles/?p=37#comment-172</guid>
		<description>thanks for this tutorial, it has helped me a lot</description>
		<content:encoded><![CDATA[<p>thanks for this tutorial, it has helped me a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

