[PHP] Re: PEAR Mail $obj->send()

2011-07-08 Thread Brian Smither
>>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.

Re: [PHP] Re: New/changing subject... was [PHP] Re: PEAR mail

2004-11-08 Thread Greg Donald
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

Re: [PHP] Re: New/changing subject... was [PHP] Re: PEAR mail

2004-11-08 Thread Jim Wharton
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.

[PHP] Re: New/changing subject... was [PHP] Re: PEAR mail

2004-11-08 Thread Matthew Weier O'Phinney
* 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

[PHP] Re: PEAR mail

2004-11-08 Thread Matthew Weier O'Phinney
* 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 : >

[PHP] New/changing subject... was [PHP] Re: PEAR mail

2004-11-08 Thread Jim Wharton
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

Re: [PHP] Re: PEAR mail

2004-11-08 Thread Ben Ramsey
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

Re: [PHP] Re: PEAR mail

2004-11-08 Thread Jim Wharton
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

[PHP] Re: PEAR mail

2004-11-08 Thread Ben Ramsey
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

[PHP] Re: PEAR Mail/smtp sending problem

2004-05-30 Thread Khan
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

[PHP] Re: PEAR::MAIL Problem

2004-02-24 Thread Justin Patrin
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