Forum Replies Created

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

  • RE: Email Formatted HTML Table with T-SQL

    DECLARE @bodyMsg nvarchar(max)

    DECLARE @subject nvarchar(max)

    DECLARE @tableHTML nvarchar(max)

    SET @subject = 'XBRL Report'

    SET @tableHTML =

    N'<style type="text/css">

    #box-table

    {

    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;

    font-size: 12px;

    text-align: center;

    border-collapse: collapse;

    border-top: 7px solid #9baff1;

    border-bottom: 7px solid #9baff1;

    }

    #box-table...

  • RE: Email Formatted HTML Table with T-SQL

    i m trying this code after providing profilename:the mail is gone in queued status.mail can not send

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