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)
 xp_sendmail

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-03-15 : 10:00:31
George writes "Is there some way to control the font? When I send a note, and use @query, each result line comes out in a different font. I am use SQL 7.0 sp2, we have an Exchange server and I am use Office 2000."

robvolk
Most Valuable Yak

15732 Posts

Posted - 2002-03-15 : 11:21:28
SQL Mail only sends mail in plain text. You might be able to include HTML formatting in the query results, but if you need to to elaborate formatting you'll need to try other email methods:

http://www.sqlteam.com/item.asp?ItemID=5003

Go to Top of Page
   

- Advertisement -