• You need to start the string with <HTML> and end it with </HTML>

    Thanks for the reply, Sergiy. I went back and attempted this:

    Set @Job = <HTML> 'The following opportunity has been changed to ' + @Stage + ': '

    + ' '+'Subject: '+ @Subject + ' ' + 'Project Number: '+ @ProjectNumber

    + ' ' + 'Estimated GP: '+ @GP

    </HTML>

    but I received an error when I tried to run it. Is this the correct string to place the html code around? If not, where should they go?

    Thanks,

    John