SuggestSoft.com

Sndmail.DLL 1.3

Sndmail.DLL 1.3: Contains MS SQL Server extended stored procedure - xp_sndmail, xp_rcvmail

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.

Updated: 2008-09-30
License: 19.00$
Publisher: Fantom Laboratory Ltd
Size: n/a
Require: MS SQL 7.0-2000
System: WinNT4x, Win2000, Win2003
Language: English
Find similar programs1:
sql server 2 3 4 5 6
smtp 2 3 4 5 6
extended stored procedure 2 3 4 5 6
xp sendmail 2 3 4
xp readmail
pop3 2 3 4 5 6
mapi 2 3 4 5 6
mail 2 3 4 5 6

  • 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
  • SuggestSoft.com is a internet download site which offers over 70,000 items of freeware or shareware software downloads by end users. SuggestSoft.com has a zero-tolerance policy for ad-ware and spyware, and will not allow software that contain adware of spyware components to be listed on the site.
  • Anti Virus Report 1
  • Anti Virus Report 2
  • Download Program
  • Download's Map