<?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: Why is my PHP script not sending emails?</title> <atom:link href="http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/feed" rel="self" type="application/rss+xml" /><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html</link> <description>All about web forms!</description> <lastBuildDate>Fri, 03 Feb 2012 07:22:12 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>By: mangalore web design</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-24404</link> <dc:creator>mangalore web design</dc:creator> <pubDate>Sat, 24 Dec 2011 14:31:51 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-24404</guid> <description>I am working as a web developer, but i did not know this php.ini settings, thanks for your blog. thank u</description> <content:encoded><![CDATA[<p>I am working as a web developer, but i did not know this php.ini settings, thanks for your blog. thank u</p> ]]></content:encoded> </item> <item><title>By: Dinesh Kumar</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-23589</link> <dc:creator>Dinesh Kumar</dc:creator> <pubDate>Mon, 19 Dec 2011 08:31:59 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-23589</guid> <description>Hi,
Please refer to the post http://top-answers.net/webhost/web-hosting.html
Hope this will solve your problem. Thanks</description> <content:encoded><![CDATA[<p>Hi,</p><p>Please refer to the post <a
href="http://top-answers.net/webhost/web-hosting.html" rel="nofollow">http://top-answers.net/webhost/web-hosting.html</a><br
/> Hope this will solve your problem. Thanks</p> ]]></content:encoded> </item> <item><title>By: benz</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-19363</link> <dc:creator>benz</dc:creator> <pubDate>Sat, 26 Nov 2011 12:20:48 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-19363</guid> <description>web form is NOT sending  the email body, please suggest : basically i dont know php or coding,
Php code is as follows.
&lt;?php
if(isset($_POST[&#039;submit&#039;]))
{
$from_add = &quot;info@myweb.com&quot;;
$to_add = &quot;benz0099@gmail.com&quot;; //&lt;– put your yahoo/gmail email address here
/* Gathering Data Variables, */
$name = $_POST[&#039;Name&#039;];
$phone = $_POST[&#039;mobile&#039;];
$email = $_POST[&#039;email&#039;];
$message = $_POST[&#039;message&#039;];
$body – &lt;&lt;&lt;EOD
Name : $name
Mobile No. : $mobile
Email : $email
Message : $message
EOD;
$webMaster = ‘info@myweb.com’;//
Thank you!
Thanks for the submission!
&lt;?php echo $msg </description> <content:encoded><![CDATA[<p>web form is NOT sending  the email body, please suggest : basically i dont know php or coding,<br
/> Php code is as follows.</p><p>&lt;?php<br
/> if(isset($_POST[&#039;submit&#039;]))<br
/> {</p><p>$from_add = &quot;info@myweb.com&quot;;</p><p>$to_add = &quot;benz0099@gmail.com&quot;; //&lt;– put your yahoo/gmail email address here</p><p>/* Gathering Data Variables, */</p><p>$name = $_POST[&#039;Name&#039;];<br
/> $phone = $_POST[&#039;mobile&#039;];<br
/> $email = $_POST[&#039;email&#039;];<br
/> $message = $_POST[&#039;message&#039;];</p><p>$body – &lt;&lt;&lt;EOD</p><p>Name : $name<br
/> Mobile No. : $mobile<br
/> Email : $email<br
/> Message : $message<br
/> EOD;</p><p>$webMaster = ‘info@myweb.com’;//</p><p>Thank you!</p><p>Thanks for the submission!<br
/> &lt;?php echo $msg</p> ]]></content:encoded> </item> <item><title>By: AJ</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-19039</link> <dc:creator>AJ</dc:creator> <pubDate>Thu, 24 Nov 2011 15:35:44 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-19039</guid> <description>My message doesn&#039;t get sent.. I installed mini_sendmail
My error log shows:
sh: /usr/sbin/sendmail: Permission denied
I gave it ever conceivable permission... and still receive the same error..
Any suggestions?</description> <content:encoded><![CDATA[<p>My message doesn&#039;t get sent.. I installed mini_sendmail</p><p>My error log shows:</p><p>sh: /usr/sbin/sendmail: Permission denied</p><p>I gave it ever conceivable permission&#8230; and still receive the same error..</p><p>Any suggestions?</p> ]]></content:encoded> </item> <item><title>By: kartik joshi</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-17670</link> <dc:creator>kartik joshi</dc:creator> <pubDate>Mon, 14 Nov 2011 09:49:05 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-17670</guid> <description>Still in problem, I have tried all the code &amp; stuff &amp; still enable to send the mail
i am using WAMP server to configure php.ini file &amp; intelli j idea 10 java development tool to develope html code..All data after submission get display on browser(mozilla 3.5) url..&amp; also tried in IE6 ....
Any help will deeply appreciated ..thanks in advance ...
kartik</description> <content:encoded><![CDATA[<p>Still in problem, I have tried all the code &amp; stuff &amp; still enable to send the mail<br
/> i am using WAMP server to configure php.ini file &amp; intelli j idea 10 java development tool to develope html code..All data after submission get display on browser(mozilla 3.5) url..&amp; also tried in IE6 &#8230;.<br
/> Any help will deeply appreciated ..thanks in advance &#8230;<br
/> kartik</p> ]]></content:encoded> </item> <item><title>By: Ahmed</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-14814</link> <dc:creator>Ahmed</dc:creator> <pubDate>Tue, 25 Oct 2011 08:16:08 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-14814</guid> <description>It works fine, the only problem is it goes to junk. You will not receive an E-mail where you specify the From Section, that&#039;s the sender. Change the &quot;to&quot; section to where you want to receive the E-mail. So $to_add = &quot;me@mywebsite.com&quot;;
 
Hope that helps</description> <content:encoded><![CDATA[<p>It works fine, the only problem is it goes to junk. You will not receive an E-mail where you specify the From Section, that&#039;s the sender. Change the &#034;to&#034; section to where you want to receive the E-mail. So $to_add = &#034;me@mywebsite.com&#034;;<br
/>  <br
/> Hope that helps</p> ]]></content:encoded> </item> <item><title>By: excelente</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-12728</link> <dc:creator>excelente</dc:creator> <pubDate>Sat, 08 Oct 2011 13:00:41 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-12728</guid> <description>excelente.
Perfect.</description> <content:encoded><![CDATA[<p>excelente.<br
/> Perfect.</p> ]]></content:encoded> </item> <item><title>By: jay</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-12339</link> <dc:creator>jay</dc:creator> <pubDate>Mon, 03 Oct 2011 16:25:34 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-12339</guid> <description>i tried your code and it works but the problem is never send a message to my email account. why is it? hope for your response.</description> <content:encoded><![CDATA[<p>i tried your code and it works but the problem is never send a message to my email account. why is it? hope for your response.</p> ]]></content:encoded> </item> <item><title>By: Prasanth</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-12015</link> <dc:creator>Prasanth</dc:creator> <pubDate>Wed, 28 Sep 2011 15:39:50 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-12015</guid> <description>most probably PHP is not configured properly on your webserver</description> <content:encoded><![CDATA[<p>most probably PHP is not configured properly on your webserver</p> ]]></content:encoded> </item> <item><title>By: Vanessa</title><link>http://www.html-form-guide.com/email-form/php-script-not-sending-email.html/comment-page-1#comment-11849</link> <dc:creator>Vanessa</dc:creator> <pubDate>Sun, 25 Sep 2011 23:02:11 +0000</pubDate> <guid
isPermaLink="false">http://www.html-form-guide.com/blog/?p=3#comment-11849</guid> <description>I downloaded the code but when I test it, it actually prompts me to save a file.  No email goes out :(  Any ideas?... I tried checking the php.ini but couldnt even find this file.
thanks in advanced
Vanessa</description> <content:encoded><![CDATA[<p>I downloaded the code but when I test it, it actually prompts me to save a file.  No email goes out <img
src='http://www.html-form-guide.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   Any ideas?&#8230; I tried checking the php.ini but couldnt even find this file.<br
/> thanks in advanced<br
/> Vanessa</p> ]]></content:encoded> </item> </channel> </rss>
