Good evening list,    

 Solved the problem myself :-)

 i changed the mail function

 instead of $youremail =  '[EMAIL PROTECTED]', i used $to =
 "XXXXXXXX"  and changed the mail fuction from:

 @mail($contato_email,$subjectline,$body, "From: $contato_email");

 into

 @mail($to,$subjectline,$body, "From: $contato_email");
 
-- 
Best regards,
 Luc
________________________


Powered by The Bat! version 3.99.3 with Windows XP (build 2600),
version 5.1 Service Pack 2 and using the best browser: Opera.

"From St Paul's second letter to the Corithians: 'Dear Corinthians,
you could have at least replied to the first ...'" - Giobbe Covatta -
Italian writer

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

Reply via email to