/[LeafOK_CVS]/fenglin/TODO/conf/smtp.conf.php
ViewVC logotype

Annotation of /fenglin/TODO/conf/smtp.conf.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Tue Apr 8 13:26:45 2008 UTC (17 years, 11 months ago) by sysadm
Branch: MAIN
Changes since 1.2: +1 -0 lines
Add $Mail_Sender

1 sysadm 1.1 <?
2     $Mail_Type = "SMTP";
3     $Mail_Server = "localhost";
4 sysadm 1.2 $Mail_Server_Port = 25;
5 sysadm 1.1 $Mail_User = "root@localhost";
6     $Mail_Pass = "123456";
7 sysadm 1.3 $Mail_Sender = "root@localhost";
8 sysadm 1.1 ?>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1