在线web e-mail发送

来源:百度文库 编辑:神马文学网 时间:2024/10/01 10:42:35
在线web e-mail发,站长必备!(不需要数据库)
名称:CJ Web2Mail V3.0
说明:很多网站的“Contact Us ”打开的是outlook,但很多人没装。本人提供的是web发。可以给管理员发信的人自动发一封确认信,同时管理员也可以收到一封!
演示:http://phptext.512j.com(左下角的“Contact Us ”)
下载:http://phptext.512j.com/download/show.php?id=350
安装:1.把web2mail解压然后全部上传(其中“CJ Website Design - web design, scripts and more.url”“INSTALLATION GUIDE”可以不传)
2.在“web2mail_config.php”中设置管理员信息
$yourname = "Your Name"把 "Your Name"改为你的名字
以下的同
$your_website = "Your Site Name"
$your_webaddress = "http://www.yoursite.com";;
$admin_email = "yourname@youremail.com"
以下为个性设置:
$show_ip = "yes"
$auto_responder = "yes"
$auto_subject = "Auto Responder"
$error_messages = "yes"
$multipart_emails= "yes";
$html_font = "verdana";
$html_font_size = "10pt"
$alink_color = "#11116E"
$vlink_color = "#11116E"
$hlink_color = "#000000"
$default_thank_msg = "yes";
$thankyou_message_url = ""
3.在需要的地方调用:

a.
b.Contact Us
c.
function PopUpWeb2Mail(URL) {
window.open(URL, "",
"resizable=1,width=400,height=500");
}
Contact Us