首页 相关文章 产生一个密码 并记录到数据库 然后发送给用户

产生一个密码 并记录到数据库 然后发送给用户

This article Generates a password random, Requires a database and Mails the Password.

<%@language="vbscript" %

******************************
<%
'code by Manikantan
'Web Developer
'3rd Agenda
'Nungambakkam, Chennai India
%

<%


set mail= server.CreateObject("cdonts.newmail")
mail.subject="Thank You for Registering"
mail.to = mailid mail.from ="Webmaster@thesite"
mail.body= "This is the Initial Password to our site...." & vbcrlf
&href='mailto:mailid="mailid="user@ursite.com">user...[ 查看全文 ]

2016-01-29 标签:

产生一个密码 并记录到数据库 然后发送给用户的相关文章

手机页面
收藏网站 回到头部