CSS styles not applied to email in sp_send_dbmail (SQL Server) - Stack Overflow
I figured out that internal or embedded styles can not be applied to the body of the email. Instead I have used inline styles which is now working. The email is now being displayed as it should. Find code below: EXEC msdb.dbo.sp_send_dbmail @profile_name
stackoverflow.com |