|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 SMTP error(Click here to view the original thread with full colors/images)Posted by: amr123 i got a basic php script for mailing form data but it still isn't working. This is the script: <? $name = $_REQUEST['name'] ; $age = $_REQUEST['age'] ; mail( "ammar_reza@hotmail.com", "Feedback Form Results", $age, "From: $name" ); ?> And this is the error: Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for [email]ammar_reza@hotmail.com[/email] in c:\Inetpub\wwwroot\action.php on line 4 Can anyone give any suggestion what i should do to make it work? vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |