0
I am trying to send an image in the body of an email. I am mounting my html that goes in the email as follows:
<html>
<body>
<img style='max-height:200px; max-width: 700px; width:auto; height:auto;' src='cid:imagemEmail.jpg'>
</body>
</html>
In outlook the image appears normally in email. Already in gmail the image is going as attachment. What am I doing wrong/forgetting?