Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Calling CDONT or any mailing Objects inside Store Procedure

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-01-24 : 09:18:50
Hitesh Kaku writes "Hi,

Is there any way to call CDONT or any other e-mailing object to be called inside the store procedure?

Depending upon the data in one of the table, I need to send email. Can this be done in Store procedure? I want only MS SQL Server to do that. I need to write a code to send email inside store procedure.

Is it possible by any other way.. i mean other than store procedure ... BUT only in MS SQL Server.

Regards,
Hitesh"

robvolk
Most Valuable Yak

15732 Posts

Posted - 2003-01-24 : 09:19:29
Yes, this should get you started:

http://www.sqlteam.com/item.asp?ItemID=5003

And you might also want to read this:

http://www.sqlteam.com/item.asp?ItemID=5908

Go to Top of Page
   

- Advertisement -