Sndmail.DLL 1.3

许可: 免费试用 ‎文件大小: 9.79 KB
‎用户评分: 3.0/5 - ‎1 ‎评分

Win32 DLL. 包含 Microsoft (c) SQL Server 扩展存储过程 - xp_sndmail。 xp_sndmail - 是xp_sendmail,不像它允许通过仅SMTP协议发送电子邮件,而无需使用 MAPI 和 MS Outlook。 xp_rcvmail - 是xp_readmail的替代品,允许通过 POP3 协议读取电子邮件 复制 Sndmail.dll包含标准 SQL Server DLL 文件的目录(默认情况下,C:程序文件微软 SQL ServerMsqlbinn)。 使用主 去 sp_addextendedproc "xp_sndmail", "sndmail.dll" 去 例子。 声明@error int 执行 @error _ master.xp_sndmail '192.168.1.1', -- SMTP 服务器 varchar 的 IP 地址 (15) '192.168.1.10',-- 本地 PC varchar 的 IP 地址 (15) "[email protected]", - - 电子邮件"给"瓦尔查尔(50) "[email protected]", - 电子邮件 '从' varchar (50) "警报", - 主题 varchar(100) "消息" -- 消息正文 varchar(8000) 选择@error 变量@error将包含一个错误代码, 0 - 成功完成.

版本历史记录

  • 版本 1.3 发布于 2008-09-30

软件信息

终端用户许可协议

Please note that by using "Sndmail.DLL" you are accepting the conditions listed below. IMPORTANT - READ CAREFULLY "Sndmail.DLL" Software License Agreement "Sndmail.DLL" is a shareware program. Anyone may use this Software as trial version. If you wish to continue to use this Software, you MUST purchase and download full version. Once purchased, you are granted a non-exclusive license to use the "Sndmail.DLL" software. This license enables the use of the "Sndmail.DLL" for the following purposes: Use the "Sndmail.DLL" on one computer (workstation/server) in your organization or your home; Distribute the "Sndmail.DLL" as part of your own software; It is not allowed to distribute the "Sndmail.DLL" alone; It is not allowed to modify the "Sndmail.DLL". All copyrights to "Sndmail.DLL" are exclusively owned by Fantom Laboratory Ltd. (www.fantom-soft.com) Fantom Laboratory Ltd. reserves the right to change the price for the program without prior notice. Installing and using "Sndmail.DLL" signifies acceptance of these terms and conditions of the license. Disclaimer of Warranty THIS SOFTWARE IS DISTRIBUTED "AS IS". NO WARRANTY OF ANY KIND IS EXPRESSED OR IMPLIED. YOU USE IT AT YOUR OWN RISK. YOU ASSUME RESPONSIBILITY FOR SELECTING THE SOFTWARE TO ACHIEVE YOUR INTENDED RESULTS, AND FOR THE INSTALLATION OF, USE OF, AND RESULTS OBTAINED FROM THE SOFTWARE. THE AUTHOR WILL NOT BE LIABLE FOR DATA LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS WHILE USING OR MISUSING THIS SOFTWARE AND(OR) ANY KIND OF DATA DERIVED.