Viewing 5 posts - 1 through 5 (of 5 total)
Steve:
Are you referring to the memory leak problem of using COM Objects in SQL?
I do make use of them quite a bit but I always destroy the object at the...
November 5, 2001 at 12:22 pm
Here is a proc that does it. You have to supply some of the variables, so look closely at the properties.
-- ------------------------------------
Drop Proc Send_JMail
go
Create Proc Send_JMail @EMail varchar(100),
@Sub varchar(100),
October 12, 2001 at 8:29 am
I switched to using JMail Object in the proc and it works fine.
JMail is available free for private use.
October 12, 2001 at 8:01 am
That doesn't work in Exchange client.
I'm now experimenting with CDONTS Object
in Sql Server. It doesn't have the same ability as xp_sendmail, but it may do.
September 25, 2001 at 4:16 pm
quote:
Have not tried it - a quick hack would be to wrap your message in HTML tags, most email clients will switch...
September 25, 2001 at 4:14 pm
Viewing 5 posts - 1 through 5 (of 5 total)