DTS: Send Mail Task

  • I've setup a DTS package using the DTS Send Mail task in SQL Server 2000. I was wondering if there is any way to change the font type and size with regards to the information which is displayed in the Message text area. I've tried to use the following HTML but it just comes through as text: <font size=14 face=arial> this is a test message.

  • I've done somthing similar using VBA in MS Access.  To do this in a DTS package you'd have to create an active-x task to replace the sendmail portion of your package.  Using VB you'd be able to access the Font setting for a mail object.

    Regards,
    Matt

  • Thanks!

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply