Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Creating a Letter Style e-mail in HTML format using sp_send_dbmail

    Hi Guys..

    i hav one similar prob

    am using cellspacing in my table

    something like this

    declare @tableHTMl varchar(max)

    Select @tableHTMl ='<TABLE cellpadding=3 cellspacing=3>'

    Select @tableHTMl =@tableHTMl+""

    ............................

    Select @tableHTMl =@tableHTMl+"</table>"

    but in the output mail am not...

Viewing post 1 (of 2 total)