Hello, On 06/12/2002 05:42 PM, Septic Flesh wrote: > any way to send an email with php without using SENDMAIL ??? in a linux > (slack8) ?
You can use SMTP but not with mail() under Linux. If you want to use SMTP, you may want to try this class. http://www.phpclasses.org/smtpclass -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php