smtp.php3
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
- <?php
- /*
- Outbound mail configuration.
- */
- $default->use_sendmail = 0;
- $default->sendmail_command = 'sendmail';
- $default->use_smtp = 1;
- $default->smtp_server = 'localhost';
- $default->smtp_server_port = 25;
- ?>