您的位置:首页 > 大数据 > 人工智能

coldfusion <cfmail>

2011-11-17 13:48 344 查看
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>无标题文档</title>

</head>

<body>

<!--- server:发邮件的用户stmp的服务器IP.发邮件用户名和密码必须正确.收邮件人的邮箱也必须正确才能确保收到邮件--->

<cfmail TO="2283070671@qq.com,331943150@qq.com,developerFBI@126.com" FROM="941867223@qq.com" type="html" SUBJECT="test aimoo's mail

post function" username="942867433@qq.com" password="Tsa384745..\\" SERVER="119.147.74.45" port="25">

<cfmailparam name="MIME-Version" value="1.0">

邮件内容

</cfmail>

<cfoutput>success!</cfoutput>

</body>

</html>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: