mail problem - deadline!!!!! - SOLVED

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 Good evening list,    

 Solved the problem myself :-)

 i changed the mail function

 instead of $youremail =  'xxxx@xxxxxxxxxxxxxx', 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux