> On Feb 11, 2008 10:40 AM, <[EMAIL PROTECTED]> wrote:
>> HEllo
>> with the next code i am trying for loading one file
>>
>>
>> $mibool = FALSE;
>> $Descriptor2 = fopen("usuarios.txt","r");
>
> Does this file exist in the directory from which the script is
> ultimately run, and is it readable?
HEllo
with the next code i am trying for loading one file
$mibool = FALSE;
$Descriptor2 = fopen("usuarios.txt","r");
$usuarios=array();
$i=0;
while(!feof($Descriptor2)){
$buffer = fgets($Descriptor2,4086);
$usuarios[$i]=$buffer;
$i++;
}
fclose($Descriptor2);
$miusername = trim($userna
hello i have one great problem using php for sinding email across one email
server (in the same machine) that is one Linux suse with postfix. it doesn't
is sent, alwats appears one error into the mail log (bellow).
Can you help me please? I am trying to solve this problem during several
weeks
rig_to=<[EMAIL PROTECTED]>, relay=none,
delay=0, status=deferred (delivery temporarily suspended: transport is
unavailable)
- Original Message -
From: "Jim Lucas" <[EMAIL PROTECTED]>
To: "Miren Urkixo" <[EMAIL PROTECTED]>
Cc:
Sent: Saturday, Jan
But how can i make it?
thanks, a lot of thanks
- Original Message -
From: "Jim Lucas" <[EMAIL PROTECTED]>
To: "Miren Urkixo" <[EMAIL PROTECTED]>
Cc:
Sent: Saturday, January 05, 2008 12:08 AM
Subject: Re: [PHP] problem sending emamil across one post
Hello i want from one php page to send emails but i have one great problem.
The server is one postfix into one suse and the php pages are into the same
server with apache 2 and php 5.
it doesn't sent the messages and into the email server logs appears this:
Jan 3 16:28:55 server postfix/pickup[18
6 matches
Mail list logo