/[LeafOK_CVS]/pvpgn-1.7.4/utils/TODO/conf/smtp.conf.php
ViewVC logotype

Contents of /pvpgn-1.7.4/utils/TODO/conf/smtp.conf.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Tue Mar 6 13:40:48 2007 UTC (19 years ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -0 lines
Add port for SMTP server

1 <?
2 $Mail_Type = "smtp";
3 $Mail_Server = "mail.example.org";
4 $Mail_Server_Port = 25;
5 $Mail_User = "mail@example.org";
6 $Mail_Pass = "mail";
7 ?>

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