formprocessorpro.cfg

来自「PHP EMAIL FORM PROCESSING Just use php」· CFG 代码 · 共 33 行

CFG
33
字号
# password to manage this config
managing_password	=	NOTwh797Gp8

# sendmail cmd
mail_cmd		=	/usr/sbin/sendmail -t

# smtp server. comment this line to use sendmail
mailserver		=	yoursite.com

# list of referers
Referers		=	yoursite.com
Referers		=	www.yoursite.com
Referers		=	localhost

# base path for templates.
base_path		=	../

# path for attachments (relative to base_path). 
# chmod 766 (write permission) this dir.
attachments_path	=	attachments/
# attachments time to live on server (in seconds). 
attachments_ttl		=	3600
# attachments max file size (in KB, 1024 for 1M)
max_file_size		=	512


#default mail format (this option is overrided for AOL as plain)
mail_format		= 	plain

date_format		=	dd month yyyy		#27 April 2003
#date_format		=	wee dd/mm/yy		#Sun 27/04/03
#date_format		=	weekday mmm dd, yyyy	#Sunday Apr 27, 2003

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?