Soft82.com » Windows » Developer Tools » Database » Development » Sndmail.DLL 1.1
Sndmail.DLL 1.1
| Developer | |
| Product Homepage | |
| Date Added | July 30, 2008, 00:49 GMT |
| License | Free to try (Shareware); $19.00 to buy |
| Last Week / All Time Downloads | 0 / 133 |
| Size | 0K |
| OS Support | Win NT 4.x/2003/2000 |
Sndmail.DLL Description
Contains Microsoft(c) SQL Server extended stored procedure - xp_sndmail
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.
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 Limitations
Functional restrictions
New Development Software
Aqua Data StudioMay 14, 2012SQL Query tool that allows developers to create edit and execute SQL scripts |
MySQLMay 10, 2012MySQL is a multithreaded, multi-user, SQL Database Management System |
|||
Easy Query BuilderApril 25, 2012Build SQL queries easily with a free SQL query builder |
GlomApril 24, 2012With Glom you can design database systems |
|||
PythonApril 12, 2012Python is an interpreted, interactive, object-oriented programming language |
VMware PlayerApril 5, 2012VMware Player lets you evaluate new or pre-release software contained in virtual machines |
|||
Navicat PremiumApril 4, 2012Navicat Premium - an All-In-One Database Tool for MySQL, Oracle and PostgreSQL |
Nicomsoft OCR SDKMarch 28, 2012Smart optical character recognition system |
|||
SQLite PHP GeneratorMarch 15, 2012SQLite PHP Generator is a SQLite GUI frontend that allows you to generate high-quality PHP scripts |
SDF ViewerMarch 15, 2012Create, View and Edit - SQL Server CE (SQLCE) |
|||
Demo BuilderMarch 8, 2012Create top quality product demonstrations, simulations and tutorials - easily! |
FastCubeFebruary 29, 2012FastCube is a set of fast desktop OLAP components for Delphi/C Builder/Lazarus |
|||
QuestFebruary 14, 2012Easy-to-use adventure game development system with visual editor |
KazTrix DataBuilderFebruary 13, 2012Allows novice and expert users to build databases of all kinds |
|||
DBConvert for Oracle and MySQLFebruary 9, 2012Bi-directional Database Conversion Tool for Oracle and MySQL databases |
FmPro MigratorFebruary 8, 2012Migrates FileMaker to MySQL, Oracle, Access, SQL Server, OpenBase,PostgreSQL |
|||
EasyGPSFebruary 1, 2012Fast and easy way to transfer waypoints, routes, and tracks |
OraDeveloper Tools for DelphiFebruary 1, 2012A powerful add-in designed to simplify the Oracle database application development process |
|||
GSA Regnow Statistics ExpertJanuary 10, 2012Software for regnow users with a graphical reports on sales, customers,profit |
Query Tool (using ADO)December 5, 2011Query OLE DB data sources, author SQL scripts and queries |
|||
Last 7 Days Most Downloaded Development Products
MySQL68 downloadsMySQL is a multithreaded, multi-user, SQL Database Management System |
Aqua Data Studio43 downloadsSQL Query tool that allows developers to create edit and execute SQL scripts |
|||
MagicDraw UML31 downloadsThe Fastest Way to Create Architecture |
Navicat Premium28 downloadsNavicat Premium - an All-In-One Database Tool for MySQL, Oracle and PostgreSQL |
|||
VMware Player13 downloadsVMware Player lets you evaluate new or pre-release software contained in virtual machines |
Installgen10 downloadsAutomate Oracle 8i/9i installs on Solaris, Windows, Linux and Mac OS X |
|||
EMS SQL Manager 2007 for PostgreSQL10 downloadsPowerful graphical tool for PostgreSQL DB Server administration and development. |
Easy Query Builder7 downloadsBuild SQL queries easily with a free SQL query builder |
|||
GSA Auto Website Submitter7 downloadsSubmit your web page to thousands of search engines and directories |
EMS SQL Manager 2008 for SQL Server7 downloadsPowerful graphical tool for SQL Server administration and development. |
|||
All Time Most Downloaded Development Products
MySQL18,322 downloadsMySQL is a multithreaded, multi-user, SQL Database Management System |
Aqua Data Studio19,050 downloadsSQL Query tool that allows developers to create edit and execute SQL scripts |
|||
MagicDraw UML6,630 downloadsThe Fastest Way to Create Architecture |
Navicat Premium2,845 downloadsNavicat Premium - an All-In-One Database Tool for MySQL, Oracle and PostgreSQL |
|||
VMware Player4,772 downloadsVMware Player lets you evaluate new or pre-release software contained in virtual machines |
Installgen1,982 downloadsAutomate Oracle 8i/9i installs on Solaris, Windows, Linux and Mac OS X |
|||
EMS SQL Manager 2007 for PostgreSQL1,856 downloadsPowerful graphical tool for PostgreSQL DB Server administration and development. |
Easy Query Builder89 downloadsBuild SQL queries easily with a free SQL query builder |
|||
GSA Auto Website Submitter1,721 downloadsSubmit your web page to thousands of search engines and directories |
EMS SQL Manager 2008 for SQL Server1,569 downloadsPowerful graphical tool for SQL Server administration and development. |
|||


