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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations)
Tue Apr 29 11:55:32 2025 UTC (10 months, 2 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +0 -1 lines
Remove redundant PHP closing tag

1 <?php
2 $Mail_Type = "SMTP";
3 $Mail_Server = "localhost";
4 $Mail_Server_Port = 25;
5 $Mail_Auth = true;
6 $Mail_User = "root@localhost";
7 $Mail_Pass = "123456";
8 $Mail_Sender = "root@localhost";

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