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)
 Creating html emails

Author  Topic 

Kappy
Starting Member

30 Posts

Posted - 2002-04-29 : 14:50:34
Hi-

Is it at all possible to create/send an html formatted email within a stored procedure?

Thanks

Kappy
Starting Member

30 Posts

Posted - 2002-04-29 : 14:54:56
I am using 6.5

Go to Top of Page

AjarnMark
SQL Slashing Gunting Master

3246 Posts

Posted - 2002-04-29 : 19:36:18
xp_sendmail does not allow for HTML formatted emails. I didn't use SQL 6.5, so I don't know if it had the sp_OA___ commands, but if so, then this article by Merkin might be helpful.

Go to Top of Page
   

- Advertisement -