RE: [PHP-DB] mail server

2001-03-07 Thread Michael J. Upchurch
The function ini.set() should be the one to use, but it doesn't set all options for security reasons. See http://www.php.net/manual/en/function.ini-set.php for details. You should also check the annotations for email functions for other options. Michael J. Upchurch Partner2Partner

Re: [PHP-DB] mail server

2001-03-07 Thread JJeffman
I'm not sure but I think you must have a smtp server program running to configure as your smtp server. HTH. Jayme. -Mensagem Original- De: Free Beachler [EMAIL PROTECTED] Para: [EMAIL PROTECTED] Enviada em: quarta-feira, 7 de maro de 2001 14:48 Assunto: [PHP-DB] mail server hi all,

Re: [PHP-DB] mail server

2001-03-07 Thread Miles Thompson
Paul Schreiber has written, in PHP, an email class. His opening comments are given below, but ii doesn't do what you want. He might be worth emailing however. If you were on a Linux/Unix/etc box you could use exim, as it can be configured to be either it's own SMTP mailer or to use the ISP's.