[PHP] Re: Sending email with php

2004-06-16 Thread Manuel Lemos
Hello, On 06/16/2004 07:43 AM, Phpu wrote: Hi, How can i send email in php usig the smtp server? I'm looking for a tutorial or a good script. You may want to try this class that lets you send messages via a custom SMTP server if you really have to: http://www.phpclasses.org/mimemessage -- Regard

[PHP] Re: Sending email with php

2004-06-16 Thread pete M
I use phpMailer http://phpmailer.sourceforge.net/ makes mailing a doddle pete Phpu wrote: Hi, How can i send email in php usig the smtp server? I'm looking for a tutorial or a good script. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Sending email with php

2004-06-16 Thread Torsten Roehr
>"Phpu" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >Hi, >How can i send email in php usig the smtp server? I'm looking for a tutorial or a good script. Take a look at PEAR's Mail package: http://pear.php.net/package/Mail Regards, Torsten Roehr -- PHP General Mailing List (http: