<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: PHP Send Email Using Authenticated SMTP Mail Server In Real Time</title>
	<atom:link href="http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html</link>
	<description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description>
	<lastBuildDate>Fri, 19 Mar 2010 02:53:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joseph Kurt</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-153900</link>
		<dc:creator>Joseph Kurt</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-153900</guid>
		<description>how to use external smtp mail server that im going to use in my site for sending emails</description>
		<content:encoded><![CDATA[<p>how to use external smtp mail server that im going to use in my site for sending emails</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramya</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-153008</link>
		<dc:creator>Ramya</dc:creator>
		<pubDate>Wed, 20 Jan 2010 03:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-153008</guid>
		<description>Hai Friends,
                 I am new to php.just now i tried to send email from localhost but i am getting the following error.,

Warning: include(Mail.php) [function.include]: failed to open stream: No such file or directory in D:\wamp\www\Sample\kkk.php on line 2

Warning: include() [function.include]: Failed opening &#039;Mail.php&#039; for inclusion (include_path=&#039;.;C:\php5\pear&#039;) in D:\wamp\www\Sample\kkk.php on line 2

Fatal error: Class &#039;Mail&#039; not found in D:\wamp\www\Sample\kkk.php on line 15

                 Please tell me how to include Mail.php...

                                       Thank You....</description>
		<content:encoded><![CDATA[<p>Hai Friends,<br />
                 I am new to php.just now i tried to send email from localhost but i am getting the following error.,</p>
<p>Warning: include(Mail.php) [function.include]: failed to open stream: No such file or directory in D:\wamp\www\Sample\kkk.php on line 2</p>
<p>Warning: include() [function.include]: Failed opening &#8216;Mail.php&#8217; for inclusion (include_path=&#8217;.;C:\php5\pear&#8217;) in D:\wamp\www\Sample\kkk.php on line 2</p>
<p>Fatal error: Class &#8216;Mail&#8217; not found in D:\wamp\www\Sample\kkk.php on line 15</p>
<p>                 Please tell me how to include Mail.php&#8230;</p>
<p>                                       Thank You&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subhash</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-152781</link>
		<dc:creator>subhash</dc:creator>
		<pubDate>Fri, 08 Jan 2010 05:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-152781</guid>
		<description>hi
please provide me full codding of mail function.
all:
How to configure;
changes configure;
html coding
thanx</description>
		<content:encoded><![CDATA[<p>hi<br />
please provide me full codding of mail function.<br />
all:<br />
How to configure;<br />
changes configure;<br />
html coding<br />
thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sangeeta</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-151880</link>
		<dc:creator>sangeeta</dc:creator>
		<pubDate>Thu, 26 Nov 2009 18:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-151880</guid>
		<description>somebody help me please

I am very frustrated as this scipt not sending the activation email to user.
i tried a lot.
this is script code from 1 to 105---------------------------------------------------------------
&lt;pre&gt;is_valid) {
die (&quot;Image Verification failed!. Go back and try again.&quot; .
&quot;(reCAPTCHA said: &quot; . $resp-&gt;error . &quot;)&quot;);
}
$user_ip = $_SERVER[&#039;REMOTE_ADDR&#039;];
$md5pass = md5($_POST[&#039;pwd&#039;]);
$host = $_SERVER[&#039;HTTP_HOST&#039;];
$host_upper = strtoupper($host);
$path = rtrim(dirname($_SERVER[&#039;PHP_SELF&#039;]), &#039;/\\&#039;);

$activ_code = rand(1000,9999);

$usr_email = mysql_real_escape_string($_POST[&#039;usr_email&#039;]);
$user_name = mysql_real_escape_string($_POST[&#039;user_name&#039;]);

$rs_duplicate = mysql_query(&quot;select count(*) as total from users where user_email=&#039;$usr_email&#039; OR user_name=&#039;$user_name&#039;&quot;) or die(mysql_error());
list($total) = mysql_fetch_row($rs_duplicate);

if ($total &gt; 0)
{
$err = urlencode(&quot;ERROR: The username/email already exists. Please try again with different username and email.&quot;);
header(&quot;Location: register.php?msg=$err&quot;);
exit();
}


$sql_insert = &quot;INSERT into `users`
(`full_name`,`user_email`,`pwd`,`address`,`tel`,`f ax`,`website`,`date`,`users_ip`,`activation_code`, `country`,`user_name`
)
VALUES
(&#039;$_POST[full_name]&#039;,&#039;$usr_email&#039;,&#039;$md5pass&#039;,&#039;$_POST[address]&#039;,&#039;$_POST[tel]&#039;,&#039;$_POST[fax]&#039;,&#039;$_POST[web]&#039;
,now(),&#039;$user_ip&#039;,&#039;$activ_code&#039;,&#039;$_POST[country]&#039;,&#039;$user_name&#039;
)
&quot;;

mysql_query($sql_insert,$link) or die(&quot;Insertion Failed:&quot; . mysql_error());
$user_id = mysql_insert_id($link);
$md5_id = md5($user_id);
mysql_query(&quot;update users set md5_id=&#039;$md5_id&#039; where id=&#039;$user_id&#039;&quot;);
// echo &quot;Thank You We received your submission.&quot;;

$message =
&quot;Thank you for registering with us. Here are your login details...\n

User ID: $user_name
Email: $usr_email \n
Passwd: $_POST[pwd] \n
Activation code: $activ_code \n

*****ACTIVATION LINK*****\n
http:$host$path/activate.php?user=$md5_id&amp;activ_code=$activ_code

Thank You

Administrator
$host_upper
__________________________________________________ ____
THIS IS AN AUTOMATED RESPONSE.
***DO NOT RESPOND TO THIS EMAIL****
&quot;;

mail($usr_email, &quot;Login Details&quot;, $message,
&quot;From: \&quot;Member Registration\&quot; \r\n&quot; .
&quot;X-Mailer: PHP/&quot; . phpversion());


header(&quot;Location: thankyou.php&quot;);
exit();

}
&lt;/pre&gt;

?&gt;
-------------------------------------------------------------
somebody please help me what to do.

Sangeeta</description>
		<content:encoded><![CDATA[<p>somebody help me please</p>
<p>I am very frustrated as this scipt not sending the activation email to user.<br />
i tried a lot.<br />
this is script code from 1 to 105&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<pre>is_valid) {
die ("Image Verification failed!. Go back and try again." .
"(reCAPTCHA said: " . $resp-&gt;error . ")");
}
$user_ip = $_SERVER['REMOTE_ADDR'];
$md5pass = md5($_POST['pwd']);
$host = $_SERVER['HTTP_HOST'];
$host_upper = strtoupper($host);
$path = rtrim(dirname($_SERVER['PHP_SELF']), '/\\');

$activ_code = rand(1000,9999);

$usr_email = mysql_real_escape_string($_POST['usr_email']);
$user_name = mysql_real_escape_string($_POST['user_name']);

$rs_duplicate = mysql_query("select count(*) as total from users where user_email='$usr_email' OR user_name='$user_name'") or die(mysql_error());
list($total) = mysql_fetch_row($rs_duplicate);

if ($total &gt; 0)
{
$err = urlencode("ERROR: The username/email already exists. Please try again with different username and email.");
header("Location: register.php?msg=$err");
exit();
}

$sql_insert = "INSERT into `users`
(`full_name`,`user_email`,`pwd`,`address`,`tel`,`f ax`,`website`,`date`,`users_ip`,`activation_code`, `country`,`user_name`
)
VALUES
('$_POST[full_name]','$usr_email','$md5pass','$_POST[address]','$_POST[tel]','$_POST[fax]','$_POST[web]'
,now(),'$user_ip','$activ_code','$_POST[country]','$user_name'
)
";

mysql_query($sql_insert,$link) or die("Insertion Failed:" . mysql_error());
$user_id = mysql_insert_id($link);
$md5_id = md5($user_id);
mysql_query("update users set md5_id='$md5_id' where id='$user_id'");
// echo "Thank You We received your submission.";

$message =
"Thank you for registering with us. Here are your login details...\n

User ID: $user_name
Email: $usr_email \n
Passwd: $_POST[pwd] \n
Activation code: $activ_code \n

*****ACTIVATION LINK*****\n
http:$host$path/activate.php?user=$md5_id&amp;activ_code=$activ_code

Thank You

Administrator
$host_upper
__________________________________________________ ____
THIS IS AN AUTOMATED RESPONSE.
***DO NOT RESPOND TO THIS EMAIL****
";

mail($usr_email, "Login Details", $message,
"From: \"Member Registration\" \r\n" .
"X-Mailer: PHP/" . phpversion());

header("Location: thankyou.php");
exit();

}
</pre>
<p>?&gt;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
somebody please help me what to do.</p>
<p>Sangeeta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thapar</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-151619</link>
		<dc:creator>Thapar</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-151619</guid>
		<description>I have been using the following script to send a simple mail..it echoes &quot;Good&quot; as per the coding..but mail doesn&#039;t appear in recipient&#039;s inbox..!
My system configuration is Mac OSX 10.4.11..I have XAMPP installed on my Mac..and when I am trying to send mail..I have internet connectivity ( quite obvious ).
SMTP host is set to &quot;localhost&quot;..and port is set to 25.

$message = &quot;Hi..\n Test message \n from site&quot;;
$message = wordwrap($message, 70);
if(mail(&#039;thapar.dt@gmail.com&#039;, &#039;Mail Check&#039;, $message)==true)
{
	echo &quot;Good&quot;;
}
else echo &quot;Not able to send mail&quot;;
Do I need to install anything else..like any SMTP server or anything else..?
PS.- I have only XAMPP installed on my Mac for this purpose.</description>
		<content:encoded><![CDATA[<p>I have been using the following script to send a simple mail..it echoes &#8220;Good&#8221; as per the coding..but mail doesn&#8217;t appear in recipient&#8217;s inbox..!<br />
My system configuration is Mac OSX 10.4.11..I have XAMPP installed on my Mac..and when I am trying to send mail..I have internet connectivity ( quite obvious ).<br />
SMTP host is set to &#8220;localhost&#8221;..and port is set to 25.</p>
<p>$message = &#8220;Hi..\n Test message \n from site&#8221;;<br />
$message = wordwrap($message, 70);<br />
if(mail(&#8216;thapar.dt@gmail.com&#8217;, &#8216;Mail Check&#8217;, $message)==true)<br />
{<br />
	echo &#8220;Good&#8221;;<br />
}<br />
else echo &#8220;Not able to send mail&#8221;;<br />
Do I need to install anything else..like any SMTP server or anything else..?<br />
PS.- I have only XAMPP installed on my Mac for this purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashim</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-150511</link>
		<dc:creator>ashim</dc:creator>
		<pubDate>Fri, 04 Sep 2009 05:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-150511</guid>
		<description>hey derek i have the same problem..... if u got it sorted out...... please let me know......</description>
		<content:encoded><![CDATA[<p>hey derek i have the same problem&#8230;.. if u got it sorted out&#8230;&#8230; please let me know&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-150495</link>
		<dc:creator>derek</dc:creator>
		<pubDate>Thu, 03 Sep 2009 10:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-150495</guid>
		<description>i am getting this error
Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set()

can someone guide me so that  i can use the mail() successfully</description>
		<content:encoded><![CDATA[<p>i am getting this error<br />
Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set()</p>
<p>can someone guide me so that  i can use the mail() successfully</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caspar</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-149485</link>
		<dc:creator>Caspar</dc:creator>
		<pubDate>Tue, 14 Jul 2009 13:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-149485</guid>
		<description>Don&#039;t worry - sorted it.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t worry &#8211; sorted it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caspar</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-149483</link>
		<dc:creator>Caspar</dc:creator>
		<pubDate>Tue, 14 Jul 2009 13:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-149483</guid>
		<description>I get this error whenever trying to use the mail function on my WAMP server:

&quot;Warning: mail() [function.mail]: Failed to connect to mailserver at &quot;localhost&quot; port 25, verify your &quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set() in C:\Program Files\wamp\www\register.php on line 61&quot;

What do I need to do?

Thanks alot.</description>
		<content:encoded><![CDATA[<p>I get this error whenever trying to use the mail function on my WAMP server:</p>
<p>&#8220;Warning: mail() [function.mail]: Failed to connect to mailserver at &#8220;localhost&#8221; port 25, verify your &#8220;SMTP&#8221; and &#8220;smtp_port&#8221; setting in php.ini or use ini_set() in C:\Program Files\wamp\www\register.php on line 61&#8243;</p>
<p>What do I need to do?</p>
<p>Thanks alot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbie Smith</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-148548</link>
		<dc:creator>Robbie Smith</dc:creator>
		<pubDate>Thu, 14 May 2009 04:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-148548</guid>
		<description>Any reason why I&#039;m getting this error:
Failed to connect to mail.capcontrollers.com:25 [SMTP: Failed to connect socket: No route to host (code: -1, response: )]</description>
		<content:encoded><![CDATA[<p>Any reason why I&#8217;m getting this error:<br />
Failed to connect to mail.capcontrollers.com:25 [SMTP: Failed to connect socket: No route to host (code: -1, response: )]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: articles submit</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-148450</link>
		<dc:creator>articles submit</dc:creator>
		<pubDate>Wed, 06 May 2009 00:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-148450</guid>
		<description>I got error : Fatal error: Undefined class name &#039;mail&#039;  line no 15 : $mail_object =&amp; Mail::factory(&quot;smtp&quot;, $smtpinfo); how to fix this</description>
		<content:encoded><![CDATA[<p>I got error : Fatal error: Undefined class name &#8216;mail&#8217;  line no 15 : $mail_object =&amp; Mail::factory(&#8220;smtp&#8221;, $smtpinfo); how to fix this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andres navarro</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-148137</link>
		<dc:creator>andres navarro</dc:creator>
		<pubDate>Wed, 15 Apr 2009 22:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-148137</guid>
		<description>Do you know how can i send an html mail using pear ?</description>
		<content:encoded><![CDATA[<p>Do you know how can i send an html mail using pear ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandhiya</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146969</link>
		<dc:creator>sandhiya</dc:creator>
		<pubDate>Thu, 29 Jan 2009 08:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146969</guid>
		<description>Please tell me how i set mailmsg in html format in $mail_object-&gt;send($recipients, $headers, $mailmsg);</description>
		<content:encoded><![CDATA[<p>Please tell me how i set mailmsg in html format in $mail_object-&gt;send($recipients, $headers, $mailmsg);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Zevallos Jr.</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146888</link>
		<dc:creator>Ruben Zevallos Jr.</dc:creator>
		<pubDate>Sun, 25 Jan 2009 12:52:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146888</guid>
		<description>Hi, I&#039;m looking for a 100% PHP sample... thanks for your post</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m looking for a 100% PHP sample&#8230; thanks for your post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146685</link>
		<dc:creator>Ace</dc:creator>
		<pubDate>Wed, 14 Jan 2009 08:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146685</guid>
		<description>not sure I follow</description>
		<content:encoded><![CDATA[<p>not sure I follow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julius</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146442</link>
		<dc:creator>Julius</dc:creator>
		<pubDate>Fri, 26 Dec 2008 03:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146442</guid>
		<description>Hello I found this code helpful but it works stand alone, How can I use it if I want to get all the data (name, email and message of the sender ) from a form in a html file or a contact form in SWF. 
thanks

Julius</description>
		<content:encoded><![CDATA[<p>Hello I found this code helpful but it works stand alone, How can I use it if I want to get all the data (name, email and message of the sender ) from a form in a html file or a contact form in SWF.<br />
thanks</p>
<p>Julius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khalid</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146197</link>
		<dc:creator>khalid</dc:creator>
		<pubDate>Fri, 12 Dec 2008 10:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-146197</guid>
		<description>help me. :S

not working at my end.</description>
		<content:encoded><![CDATA[<p>help me. :S</p>
<p>not working at my end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph McLaughlin</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-145383</link>
		<dc:creator>Joseph McLaughlin</dc:creator>
		<pubDate>Sun, 26 Oct 2008 16:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-145383</guid>
		<description>vivek,

That works. It was a path issue on include(&quot;/usr/share/pear/Mail.php&quot;). When I moved smtp_test.php into the /usr/share/pear/ directory it sent the email, but that won&#039;t work for me as my email scripts are in /var/www/vhosts//httpdocs/mailer/. Can I copy the PEAR PHP files into my mailer directory?</description>
		<content:encoded><![CDATA[<p>vivek,</p>
<p>That works. It was a path issue on include(&#8220;/usr/share/pear/Mail.php&#8221;). When I moved smtp_test.php into the /usr/share/pear/ directory it sent the email, but that won&#8217;t work for me as my email scripts are in /var/www/vhosts//httpdocs/mailer/. Can I copy the PEAR PHP files into my mailer directory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vivek</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-145381</link>
		<dc:creator>vivek</dc:creator>
		<pubDate>Sun, 26 Oct 2008 14:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-145381</guid>
		<description>Joseph,

Opps, -i will return phpinfo(); it should be:
&lt;code&gt;php script.php&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Joseph,</p>
<p>Opps, -i will return phpinfo(); it should be:<br />
<code>php script.php</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph McLaughlin</title>
		<link>http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-145380</link>
		<dc:creator>Joseph McLaughlin</dc:creator>
		<pubDate>Sun, 26 Oct 2008 14:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html#comment-145380</guid>
		<description>vivek,

When I run &quot;php -i smtp_test.php&quot; from the terminal command prompt it returns 438 lines of definitions of properties, variables, etc., but I am unable to locate anything that appear to be errors.</description>
		<content:encoded><![CDATA[<p>vivek,</p>
<p>When I run &#8220;php -i smtp_test.php&#8221; from the terminal command prompt it returns 438 lines of definitions of properties, variables, etc., but I am unable to locate anything that appear to be errors.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.204 seconds -->
<!-- Cached page served by WP-Cache -->
