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 |
|
JimL
SQL Slinging Yak Ranger
1537 Posts |
Posted - 2004-01-30 : 09:56:35
|
| Is It possible to change the Xp_sendmail format from Plain text to HTML? I would like to use it for some customer notifications but Plain text looks so unprofessional. No Joy on BOLOr Perhaps there is somthing better than XP_sendmail that I can incorperate in an SP????JimUsers <> Logic |
|
|
ehorn
Master Smack Fu Yak Hacker
1632 Posts |
Posted - 2004-01-30 : 21:06:41
|
| xp_sendmail does not support HTML formatted emails. You could use CDONTS or any other third party mailing component like ASPEmail from within your stored procedures to send HTML emails.http://support.microsoft.com/default.aspx?scid=kb;en-us;Q312839http://www.sqlteam.com/item.asp?ItemID=5003 |
 |
|
|
|
|
|