<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Php gotcha, mail, FOSDEM</title>
	<link>http://blog.realnitro.be/2005/03/01/php-gotcha-mail-fosdem/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 19 May 2012 14:32:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: RealNitro</title>
		<link>http://blog.realnitro.be/2005/03/01/php-gotcha-mail-fosdem/#comment-24</link>
		<author>RealNitro</author>
		<pubDate>Wed, 02 Mar 2005 21:13:58 +0000</pubDate>
		<guid>http://blog.realnitro.be/2005/03/01/php-gotcha-mail-fosdem/#comment-24</guid>
		<description>I found a way to check if the mail was sent: &lt;br /&gt;
-----------------&lt;br /&gt;
if(mail($to,$subject,$body,$headers)) {&lt;br /&gt;
echo "An e-mail was sent to $to with the subject: $subject";&lt;br /&gt;
} else {&lt;br /&gt;
echo "There was a problem sending the mail. Check your code and make sure that the e-mail address $to is valid";&lt;br /&gt;
}&lt;br /&gt;
-----------------&lt;br /&gt;
Source: http://www.freewebmasterhelp.com/tutorials/php/5</description>
		<content:encoded><![CDATA[<p>I found a way to check if the mail was sent: <br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
if(mail($to,$subject,$body,$headers)) {<br />
echo &#8220;An e-mail was sent to $to with the subject: $subject&#8221;;<br />
} else {<br />
echo &#8220;There was a problem sending the mail. Check your code and make sure that the e-mail address $to is valid&#8221;;<br />
}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
Source: <a href="http://www.freewebmasterhelp.com/tutorials/php/5" rel="nofollow">http://www.freewebmasterhelp.com/tutorials/php/5</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

