I'm trying to send an image in the body of an email. I'm putting together 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 usually appears in the email. Already in gmail the image is going as an attachment. What am I doing wrong / forgetting?