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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-03-31 : 22:54:54
|
| Luiz Paulo writes "Hi.I'd like to know if there is a way to send HTML mail through SQLMail (header or something).My systems:NT 4.0 ServerSQL 7AND Windows 2000 ServerSQL 2000Thank you." |
|
|
efelito
Constraint Violating Yak Guru
478 Posts |
Posted - 2002-04-01 : 12:38:46
|
| This is not possible in SQL7 because the xp_sendmail extended stored procedure was built to use text MIME encoding. My work around for this has been to build html files and send them as attachments.Jeff BanschbachConsultant, MCDBA |
 |
|
|
|
|
|