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 Administration (2000)
 HTML mail with SQLMail

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 Server
SQL 7

AND

Windows 2000 Server
SQL 2000

Thank 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 Banschbach
Consultant, MCDBA
Go to Top of Page
   

- Advertisement -