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