Business » Databases & Tools » Sndmail.DLL 1.3 Free Download

Sndmail.DLL 1.3

Contains MS SQL Server extended stored procedure - xp_sndmail, xp_rcvmail
Last updated: January 5, 2009
Sponsored Links:

Sndmail.DLL 1.3 Summary:

Publisher: Fantom Laboratory Ltd
Rating:
Free Download Sndmail.DLL 1.3Download Now
  • Windows - 10KB
  • Licence: Shareware, $19.00 to buy
  • Date Added: September 30, 2008
  • Release status: Minor Update

Sndmail.DLL 1.3 Description:

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

Software OS: WinNT 4.x,Windows2000,Windows2003
Setup Filename: sndmail.zip
System Requirements: MS SQL 7.0-2000

Sndmail.DLL 1.3 Tags:

sql,sql server,xp readmail,xp sendmail,mail,extended stored procedure,smtp,mapi,pop3

Sndmail.DLL 1.3 Full Description:

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 1.3 Related Downloads:

Extended Stored Procedure component 1
Write Extended Stored Procedures for Microsoft SQL Server with ease.

Extended Stored Procedure class for VC++ 1
Write Extended Stored Procedures for Microsoft SQL Server with ease.

File System Access stored procedures for MS SQL Server 1.1
Read/write BLOBs to files, work with directories, etc from T-SQL script.

DecryptSQL 3.0.0
Quick and Exact to decrypt MS SQL Server stored procedure,trigger,function,view!

Delete Database Users stored procedure 5.4
A very useful tool when you try to delete unnecessarily users from your database

MS SQL Database Repair 3.0
Repairing SQL Database & Restore MS SQL Server Data with MS SQL Database Repair

SQL Digger 2.5
SQL Digger is a very simple search tool designed for Microsoft SQL Server.

SwisSQL - SQL Server to Oracle Migration Tool 3.5
Automated migration tool to convert SQL Server Transact SQL to Oracle PL/SQL

SQLServerFind 3.3.2
SQL Server Find is a search tool for use with Microsoft SQL Server.

SQL Data Recovery Tool 4.0
SQL Data Recovery Tool to Recover SQL Data from SQL Server 2008, 2005 & 2000

Bookmark Sndmail.DLL:

Digg Reddit Del.icio.us Stumble Upon Facebook Twitter Google Furl" BlinkList Technorati Mixx Newsvine
Link to Sndmail.DLL download page: