Sndmail.DLL 1.0
![]() |
Type: Shareware Cost: 23.00$ Released: 2006-08-18
|
|
|||||||||
|
Rated by: 0 user(s) Rating: NOT RATED ![]() ![]() ![]() ![]() ![]() |
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 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.
Related downloads:
Geodaten German Houses (deutsch) - For the area of the Federal Republic of Germany more than 19 million house coordinates with a coverage of 100% are available. The geo data offered here are in high-precision quality and are present in different coordinate and reference systems.
CONVERT (English) - The freeware program CONVERT converts any dBase formatted data base tables and special the Geo Data supplied by KilletSoft GbR as dBase tables into different data formats.
CONVERT (Deutsch) - The freeware program CONVERT converts any dBase formatted data base tables and special the Geo Data supplied by KilletSoft GbR as dBase tables into different data formats.
Geo data German Streets (English) - For the area of the Federal Republic of Germany more than 2,7 million street coordinates with a coverage of 100% are available. The geo data offered here are in high-precision quality and are present in different coordinate and reference systems.
Geodaten German Streets (deutsch) - For the area of the Federal Republic of Germany more than 2,7 million street coordinates with a coverage of 100% are available. The geo data offered here are in high-precision quality and are present in different coordinate and reference systems.




