|
||||||||||||||
|
||||||||||||||
| Comments |
| abhilash posted on January 8, 2008, 7:39 am |
| I run this but there is no error but the problem is the mail is not receieved What to do am using Ubuntu 7.10 |
| Test posted on December 3, 2007, 9:28 am |
| i got a message \" Failure\" |
| Jody posted on November 29, 2007, 3:07 am |
| Works great! No problems. THANKS!! |
| ariel posted on November 23, 2007, 11:34 am |
| cant send messages |
| bryan posted on November 16, 2007, 10:40 pm |
| used the drop down as said can\'t see it in email also IE7 pops up with window saying the message has to be resent for my page to refresh (dont see my farm after press send)and still doesnt refresh back to blank form |
| TJ posted on November 12, 2007, 11:19 pm |
| Redirect works when you use this before the line, your message was sent <?php header( 'Location: http://www.yoursite.com/new_page.html' ) ; ?> |
| chay posted on November 9, 2007, 7:11 am |
| What will be the from address in this case? I used a coding like this.. I got the mail and evryhting ok.. but I couldnt chnage the from addres.. How to do that ------------------- Veselin: the FROM address is the actual email address typed in the form. This is the exact code which constructs message header $mailheader = "From: ".$_POST["email"]."rn"; $mailheader .= "Reply-To: ".$_POST["email"]."rn"; However, it is possible that your server does not allow you to change FROM email address. This is usually done to prevent spam. |
| ravi posted on October 29, 2007, 11:39 am |
| getting error like this Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for mymail@address.com in C:\xampp\htdocs\mailcode.php on line 11 Failure |
| ahmad posted on October 22, 2007, 11:17 pm |
| i'm getting the message Warning: mail(): "sendmail_from" not set in php.ini or custom "From:" header missing in C:\Program Files\Apache Group\Apache2\htdocs\example\sendmail.php on line 11 Failure what can i do ?????????? |
| hari posted on October 10, 2007, 8:12 am |
| When i add company mail id its not working but its working when i give gmail or yahoo id can you please give the solution |