<?php
//mail.php
//读信内容
$filename = "wellcom.txt";
$fd = fopen( $filename, "r" );
$contents = fread($fd, filesize($filename));
fclose( $fd );
//替换其中相应内容
$contents=eregi_replace("<username>",$username,$contents);
$contents=eregi_replace("<password>",$password,$contents);
$contents=eregi_replace("<url>",$url,$contents);
//发信
$to_email=$email;
$from_email="php-java@21cn.com";
$subject="wellcom!";
$header_info="from:$from_email\nreply-to:$from_email";
$result=@mail($to_email,$subject,$contents,$header_info);
if($result) {
echo "发信成功!";
} else {
echo "发信失败!";
}
?>
//wellcom.txt内容;
您的注册资料为:
用户名:<username>
密码:<password>
欢迎您的到来!
欢迎访问:<url>
Java Asp PHP .Net XML C/C++ CGI VB Jsp J2ee J2se J2me EJB Servlet Tomcat Resin Struts Weblogic Eclipse ANT GUI JMS Web servise IDEA Webphere Hibernate Spring Jboss Applet Swing Socket Javamail Perl Ajax P2P 安全 模式 框架 测试 开源 游戏
Windows XP Windows 2000 Windows 2003 Windows Me Windows 9.x Linux UNIX 注册表 操作系统 服务器 应用服务器