Sndmail.DLL
v1.3
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.










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.










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










Text Management and Document Organization made easy! Saves and organizes Text Data and multiple types of Documents (pdf, Word, xml, txt, Images (jpg,bmp,gif) , Excel (csv), Access, PowerPoint, and many others) in one program.










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.










Universal database explorer. Show, Edit, Search, Sort, Group, Filter, Export, Import, etc. One professional designed tool for all your databases.

