Thomas "omega" Henning wrote:
> And as you see From: [EMAIL PROTECTED] is in the header section of the
> mail() function.
> What can I do to fix this problem?
#1 read the docs
#2 ask the php-general@ list, not the php-dev@ list
php-dev is about development of future version
of php, not ab
Hello all,
I am trying to build a php driven mailing list where i can send an email to
the whole list. Here is my code:
" . ",";
$header = "From: Test List <[EMAIL PROTECTED]>";
include("pop3.php");
$user="irc";
$password="*";
$apop=0;
$pop3_connection=new pop3_class;
$pop3_connectio