Sndmail.DLL

v1.3

Info
Sndmail.DLL Download Button For Your Site:

Sndmail.DLL Download Button

If you want to place a download button for Sndmail.DLL on your website just insert the following code to your web.

Shareware ($19.00)
Windows 2000
Jul 6, 2007
10 kBytes
MS SQL 7.0-2000

Win32 DLL.
Contains Microsoft(c) SQL Server extended stored procedure - xp_sndmail.
xp_sndmail - is alternative to xp_sendmail unlike which allows to send e-mail messages by means of only SMTP protocol, without use MAPI and MS Outlook.
xp_rcvmail - is alternative to xp_readmail , allows to read e-mail messages by POP3 protocol
Copy Sndmail.dll to the directory containing the standard SQL Server DLL files (C:\Program Files\Microsoft SQL Server\Mssql\Binn by default).
use master
go
sp_addextendedproc `xp_sndmail`, `sndmail.dll`
go

Example.
declare @error int
exec @error=master..xp_sndmail
`192.168.1.1`, -- IP-address of SMTP-server varchar(15)
`192.168.1.10`, -- IP-address of local PC varchar(15)
`bob@company.com`, -- e-mail `to` varchar(50)
`sql@company.com`, -- e-mail `from` varchar(50)
`Alarm`, -- subject varchar(100)
`Message` -- message body varchar(8000)
select @error
Variable @error will contain an error code, 0 - completed successfully.

Sndmail.DLL Related Downloads

ABC Amber DBF Converter 3.09

An advanced utility which converts your DBF files to any format you wish (XLS, CSV, XML, PDF, HTML, CHM, RTF, HLP, DOC, and more). The software supports a batch conversion, a run from command line, more than 50 languages.

Aglowsoft SQL Query Tools 7.0.7

Build SQL queries,run SQL queries,draw ER diagrams, and visualize data relationships.

PoolMagic CARE prof 8.830

Swimming pool/spa owners evidence, evidence of all water tests, recommendation of water treatment, according to measured values.

Time Saver Wolf 1.25.0000

Text and Document Management Software for Home or Business. Saves and organizes any Text Data or Documents (pdf, Word, xml, txt, Images (jpg,bmp,gif) , Excel (csv), Access, PowerPoint, and many others) in one program.

Mysql Data Manager 1.73

Web based and platform independent Mysql GUI. Mysql Data Manager is written in Perl as a CGI script. Using browser based graphic interface, it provides a powerful tool to manage and maintenance Mysql databases online.