Library homeReviews • SubmitAbout

Sndmail.DLL 1.0

Fantom Laboratory Ltd

Sndmail.DLL
Description:

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 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.


Product home page: http://www.fantom-soft.com/sendmail.htm
Download from http://www.fantom-soft.com

Add Your Review for Sndmail.DLL
Your Name:
Your Email:
(Optional)
Review Title:
Review:
   characters left
Rating:

Related programs:

  • Simply Contacts Database 2.7 - Track everything you want to know about your contacts (customers, suppliers, prospects, subscribers, associates etc.) on computer. Stay in touch with your contacts. Research your customer base and monitor your business performance.
  • freebudget 4.1.1 - Professional word/character/line counting + budgeting for translators, language professionals, and writers. Internal repetitions calculations. Project time estimation. Exchange rate calculator. Optional compatibility with MSWord criteria.
  • ThGLog 1.0.1 - ThgLog stores your activities. Each application, which is started, will be recorded. Each window, which will be open, will be saved in a file. You can see in a cleary arranged diagram, what you have done the whole day, week or month.
Platform: Windows Business::Database Management
Type: Shareware Cost: $23.00 US Size: 3 K Released: Aug 18, 2006
1