speedmailer.asp

来自「上传文件的asp程序,好不好用自己用了才知道」· ASP 代码 · 共 29 行

ASP
29
字号
<%

'*************************************************
'*                                               *
'*   Produced by Dimac                           *
'*                                               *
'*   More examples can be found at 				 *
'*   http://tech.dimac.net                       *
'*                                               *
'*   Support is available at our helpdesk        *
'*   http://support.dimac.net                    *
'*                                               *
'*   Our main website is located at              *
'*   http://www.dimac.net                        *
'*                                               *
'*************************************************

  set JMail = Server.CreateObject( "JMail.Speedmailer" )

	' Send a simple email in a single method call.
	' You can add multiple recipients by separating them with a ","

  JMail.SendMail "me@myDomain.com", "to@otherDomain.com, to2@otherDomain.com", "subject", "Body", "mail.dimac.net"


%>
<html>
Mail sent..
</html>

⌨️ 快捷键说明

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