Hi @Alberto Alberti ,
Are you trying to send a mail with image as attachment, or are you trying to embed that image within the mail body?
Kind Regards,
Ashwin A.K
Hi, i want to embed the image within the mail body.
Hi @Alberto Alberti ,
Toggle the mail body over to HTML Code and pass in an HTML body like so:
<html>
<head>
</head>
<body>
<img width=100 height=100 src="C:\Users\UserName\Desktop\imageName.png">
</body>
</html>
Could you try that and let us know if it works out for you?
Kind Regards,
Ashwin A.K
Hi @Alberto Alberti ,
I've tested it right now and it works on my end:
Could you please check if the filepath is correct?
Kind Regards,
Ashwin A.K
No, it does not work. The image remains white (see attachment).
still not working. I think the problem might be in some server configuration or something. Thank You.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.