smtp.php3
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. /*
  3. Outbound mail configuration.
  4. */
  5. $default->use_sendmail        = 0;
  6. $default->sendmail_command    = 'sendmail';
  7. $default->use_smtp            = 1;
  8. $default->smtp_server         = 'localhost';
  9. $default->smtp_server_port    = 25;
  10. ?>