Posts by user88253 • 11 points
2 posts
-
0
votes1
answer1628
viewsQ: Send Images in the body of the email
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;…
-
1
votes1
answer1202
viewsQ: Send Image Base64 to e-mail
I am trying to send an email with an image in Base64. html is going however the image does not. An example of how the message is mounted: <p>Mensagem.</p><br><br><img…