>>Instead of 'auth'=> true, I used 'auth' => "PLAIN" as
>> suggested by a user comment on the Mail documentation page.)
$obj = Mail::factory('smtp',
array ('host' => $host,
'port' => $port,
'auth' => true,
'username' => $username,
'password' => $password));
(Variables are set.
On Mon, 8 Nov 2004 12:08:30 -0500 (EST), Jim Wharton
<[EMAIL PROTECTED]> wrote:
> I'm truly sorry about that. What's even more frustrating is making a
> simple mistake and having a bunch of people jump down your throat about
> it. Point taken. Apology offered.
I just pretend like I'm posting to vg
Matthew Weier O'Phinney said:
>
> Actually, you *did* change the subject. Read what was said in that
> paragraph:
>
> [P]lease don't reply to an existing message in an existing thread
> (even if you change the subject) because you're new question will
> become a part of the old thread.
* Jim Wharton <[EMAIL PROTECTED]>:
> Ben Ramsey said:
> >
> > Is this somehow related to the "PEAR mail" thread? I don't see the
> > connection. I think you're trying to ask a new question. When doing
> > so, please don't reply to an existing message in an existing thread
> > (even if you change th
* Marc Serra <[EMAIL PROTECTED]>:
> i'm using Mail PEAR package and i want to send a mail to a recipient and
> to some other in Cc.
> So i try to add Cc in header but it failed and mail didn't been
> delivered to Cc. It was only delivered to adress specified in From field.
>
> I use that code :
>
Ben Ramsey said:
>
> Is this somehow related to the "PEAR mail" thread? I don't see the
> connection. I think you're trying to ask a new question. When doing so,
> please don't reply to an existing message in an existing thread (even if
> you change the subject) because you're new question will bec
Is this somehow related to the "PEAR mail" thread? I don't see the
connection. I think you're trying to ask a new question. When doing so,
please don't reply to an existing message in an existing thread (even if
you change the subject) because you're new question will become a part
of the old t
I'm not very familiar with php's drawing abilities. I have found out how
to get it to create multipoint polygons.
What I am trying to do is implement something along the lines of LOGO.
(You know, that old language that told a robotic turtle to draw on the
floor)
Seriously, I currently have an inh
Marc Serra wrote:
$hdrs = array(
"From"=> "[EMAIL PROTECTED]",
"Cc" => "[EMAIL PROTECTED]"
"Subject" => "Tests"
);
In your $hdrs array, you're missing a comma separating Cc from Subject.
That's pr
Christopher J. Mackie wrote:
I'm following the PEAR docs to use Mail/SMTP. Below is the code I use,
swiped directly from the docs--I've changed the authorization data to
protect privacy, but otherwise it's identical (and email sent from a client
on this same machine using the same settings works fi
Stanley chan wrote:
> Dear Listmates,
>
> I am using PEAR::MAIL and my code includes the below;
>
> // Send Email Out
> $mailCfg = array(
> "host" => "127.0.0.1",
> "port" => "25",
> "auth" => false
> );
> $mailRecipient = $hashValue["em
11 matches
Mail list logo