Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Sudheer Satyanarayana
And got this code below going, but I'll bet I need a bit more - like adding authentication - smtp - port - sending user / pass etc. Any hints how to get this to the next level? Hi Dave, As others have said, it is convenient to use a library/framework to send mails from your PHP script vi

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Tom Worster
On 5/5/09 2:07 PM, "revDAVE" wrote: > I'm working with php 5 so is the 1.2.0b1 (beta) safe to use or should I go > with the older stable 1.1.14? i don't know if the beta is safe but i always use the most recent stable release of whatever-it-may-be unless i have a compelling reason to use a beta

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread revDAVE
On 5/5/2009 10:41 AM, "Bastien Koert" wrote: Thanks Bastien - I'll check them out... > use phpmailer or pear mailer On 5/5/2009 10:59 AM, "Tom Worster" wrote: >> use phpmailer or pear mailer > > agree. php's interface is a bit basic. and if you compile php with openssl > then you can also

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Tom Worster
On 5/5/09 1:41 PM, "Bastien Koert" wrote: > On Tue, May 5, 2009 at 1:20 PM, revDAVE wrote: > >> And got this code below going, but I'll bet I need a bit more - like adding >> authentication - smtp - port - sending user / pass etc. >> >> Any hints how to get this to the next level? >> > use p

Re: [PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread Bastien Koert
On Tue, May 5, 2009 at 1:20 PM, revDAVE wrote: > [Newbie] > > Hi folks, > > I'm trying to set up some basic php send mail scripts - and I'm curious of > the best way to go... > > > I checked these basics out: > > http://us.php.net/manual/en/function.mail.php > > And got this code below going, but

[PHP] Newbie - Setting Up Some Basic Sendmail Scripts

2009-05-05 Thread revDAVE
[Newbie] Hi folks, I'm trying to set up some basic php send mail scripts - and I'm curious of the best way to go... I checked these basics out: http://us.php.net/manual/en/function.mail.php And got this code below going, but I'll bet I need a bit more - like adding authentication - smtp - por