Carlos Alberto Pinto Hurtado wrote:

mail($to,$subject,$body,$headers);

if $to is [EMAIL PROTECTED] is perfect.
if $to is user@otherdomain generate error

the problem is when the content  $to is different at ica.gov.co eg. [EMAIL PROTECTED] function mail dont'n response.

Carlos,

This has to be a smtp mailer problem on

hermes.ica.gov.co

. Is the computer that php is running on setup to send email as a normal user (e.g. using Outlook)? If so, trying to send an email from Outlook to outside your domain will also fail, proving that it is the setup of hermes.ica.gov.co that is not allowing the email to be sent.

HTH
Chris


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to