I'm creating an HTML with CSS styles to send an email from asp.net, the problem is that when the email arrives in Outlook it does not respect the styles, I have already tried to put them embedded in the html, in line with the tags and with an external css file but it does not. Does anyone have any idea why this is happening and what can I do to solve it?
For example: I have this code in the html with online css styles:
<p margin="0px" padding="0px" font-size="12px" font-family="Arial">
<a href="mailto:[email protected]" text-decoration="none !important" color="#02a1d3 !important">[email protected]</a>
</p>
and in the outlook when I receive the mail I do not respect the styles and I put this: