Sndmail.DLL icon

Sndmail.DLL

2 big stars
Sndmail.DLL screenshot
Name: Sndmail.DLL
Works on: windowsWindows 7 and above
Version: 1.3
Last Updated: 09 Mar 2017
Release: 08 Aug 2009
Category: Programming > Databases Tools
Rate this software:
124 downloads
screenshotsView Screenshots(3)
commentsComments
downloadDownload
Liked it? Tell others:
details

Sndmail.DLL Details

Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012
SHA1 Hash: d205fd3829fe5f868afb7c15d38ca6b07dd865cd
Size: 9.79 KB
File Format: zip
Rating: 2.6 out of 5 based on 23 user ratings
Publisher Website: External Link
Downloads: 124
License: Demo / Trial Version
Sndmail.DLL is a demo software by Fantom Laboratory Ltd and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Sndmail.DLL which is 9.79 KB in size and belongs to the software category Databases Tools.
Sndmail.DLL was released on 2009-08-08 and last updated on our database on 2017-03-09 and is currently at version 1.3.
download button
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
features

Sndmail.DLL 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)
'[email protected]', -- e-mail 'to' varchar(50)
'[email protected]', -- 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.
currency

Where to buy?

Last updated price and discount information 9 years agoupdate now
$19.00Click the link to buy
screenshots

Sndmail.DLL Screenshots

Sndmail.DLL screenshot 1 Sndmail.DLL screenshot 2 Sndmail.DLL screenshot 3