|
|
|
Xp_sndmail Software
| |
Sndmail.DLL
|
|
| |
| Win32 DLL.
Contain Microsoft® SQL Server extended stored procedure – xp_sndmail.
xp_sndmail – is alternative 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 FilesMicrosoft SQL ServerMssqlBinn 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. |
Company:
Fantom Laboratory Ltd
Date
Released: 18-08-2006
Program
Size:
3 KB
License: Shareware
Platform: WinNT 4.x,Windows2000,Windows2003
|
|
| |
- |
| 1 |
|
|
Universal
Explorer Powerful windows explorer file manager and viewer. Making file management a snap.

Disk
Size Manager
Analyses hard disk space and
collects statistics. Clean up and track down disk usage.

Web
Data Extractor Email marketing software to extract specific contact from target websites, feature rich extraction tool.
ListMotor
Email
List Manager, operates with email stored in simple text files or csv
files. 
|