/[LeafOK_CVS]/lbbs-combo/conf/smtp.conf.php
ViewVC logotype

Annotation of /lbbs-combo/conf/smtp.conf.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations)
Thu Jan 8 03:27:09 2026 UTC (2 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Initial commit

1 sysadm 1.1 <?php
2     $Mail_Type = "SMTP";
3     $Mail_Server = "localhost";
4     $Mail_Server_Port = 25;
5     $Mail_Auth = false;
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