Re: [PHP-DB] sending e-mails

2004-10-21 Thread Robby Russell
On Thu, 2004-10-21 at 16:19 -0600, 'Miguel Guirao' wrote: > Hi!! > > I have a script in PHP that should send an e-mail from a specific e-mail > account, let's say [EMAIL PROTECTED] > to a customer's e-mail account, using the smtp_mail.inc class of PHP. > But, Do I need

[PHP-DB] sending e-mails

2004-10-21 Thread 'Miguel Guirao'
Hi!! I have a script in PHP that should send an e-mail from a specific e-mail account, let's say [EMAIL PROTECTED] to a customer's e-mail account, using the smtp_mail.inc class of PHP. But, Do I need to authenticate first in order to send the e-mail? If so, how? Best