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 |
|
Angel
Starting Member
8 Posts |
Posted - 2002-07-17 : 21:22:44
|
| Hi all,How can i send emailmessages with xp_sendmail in "HTML" ? When I send an email everyone gets non interpreted "html" code Anyone knows how to solve this?Regards,Angel |
|
|
jasper_smith
SQL Server MVP & SQLTeam MVY
846 Posts |
Posted - 2002-07-18 : 02:55:48
|
| SQL Mail does not support HTML mail.You can send it as an attachment or use sp_OA* procedures and CDONTS or use xpsmtp [url]http://sqldev.net/xp/xpsmtp.htm[/url]HTHJasper Smith |
 |
|
|
Angel
Starting Member
8 Posts |
Posted - 2002-07-18 : 19:49:51
|
| Thank you Jasper!I appreciate your help.Angel |
 |
|
|
|
|
|