Parent Directory
|
Revision Log
update
| 1 | sysadm | 1.1 | <? |
| 2 | $Mail_Type = "SMTP"; | ||
| 3 | $Mail_Server = "localhost"; | ||
| 4 | sysadm | 1.2 | $Mail_Server_Port = 25; |
| 5 | sysadm | 1.4 | $Mail_Auth = true; |
| 6 | sysadm | 1.1 | $Mail_User = "root@localhost"; |
| 7 | $Mail_Pass = "123456"; | ||
| 8 | sysadm | 1.3 | $Mail_Sender = "root@localhost"; |
| 9 | sysadm | 1.1 | ?> |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |