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 Development (2000)
 Xp_sendmail Format

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 BOL

Or Perhaps there is somthing better than XP_sendmail that I can incorperate in an SP????

Jim
Users <> 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;Q312839
http://www.sqlteam.com/item.asp?ItemID=5003
Go to Top of Page
   

- Advertisement -