Our Partners

Sndmail.DLL

Sndmail.DLL 1.1

Sndmail.DLL 1.1 Image
Screenshot
Category: Business
Publisher / Version: Fantom Laboratory Ltd / 1.1
Added / Released: 24 Aug 2006 / 27 Feb 2007
License / Cost: Shareware / 19.00$
File Size / Downloads: 8.3 KB / 32
Operating Systems: Windows NT, 2000, 2003
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)
'[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.

Requirements: MS SQL 7.0-2000

Download | Order | Broken Link Report | More Info

Support Languages: English, Russian
Install Support: No Install Support

Your Rating: 0 Star0 Star0 Star0 Star0 Star Our Rating: 0 Star0 Star0 Star0 Star0 Star
Rate It:
Keywords:
Apache Mail Server, E Mail Server Software, Extended Stored Procedure, Free Mail Server Software, Linux Mail Server, Mail, Mail Server For Windows, Mapi, Merak Mail Server, Smtp, Smtp Server Software, Sql, Sql Server, Web Based Mail Server, Web Mail Server Software, Windows Mail Server, Xp_sendmail, Xp_sndmail

Sndmail.DLL Comments

Join to Sndmail.DLL discussion at FileGets! Let's see what our visitors think about it and write your own opinion! Rate this software to support developers or to make them work better! Also please write here if you want to see any additional features in this software.

Your Rating *
Your Name *
Email *
Comment Text *
Notice:  * - required fields