Hi,
I would like to add logo of my company to body of email (I use Send SMTP Mail Message).
How to do it?
Hi,
I would like to add logo of my company to body of email (I use Send SMTP Mail Message).
How to do it?
Hi @Krzysztof
Have a look to the below threads :-
Mark as solution and like it if this helps you
Happy Automation
Best Regards
Er Pratik Wavhal
Hi,
these articles are not helpful for me. First concerns outlook, second - add screenshot image:(
You can use HTML content to your mail body
Use tags and css styles where ever you needed
Please revert me if it helps
Mark as solution if it works
Hi @Krzysztof,
Use this methods to add images from a folder through sending an mail
( AttachmentType )( oAttachmentvar )=new Attachment( Imagepath )
oAttachment.ContentId=“imageContent1”
while using send smtp activity you need pass Argument values as your “Imagepath”
find below workflow for References.
SendingImage_mail.xaml (7.6 KB)
Hope this helps,if it works mark as solution.
Thanks,
Neelima.
It works! Thank you.
As I see, there is not necessary to use strBody in body of email. If I use it, under the image I have a text:
Am I right?
What have I do to get the image under the text email?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.