1. Falguni Patel
  2. PowerBuilder
  3. Sunday, 25 July 2021 22:55 PM UTC

Hi,

 

I want to embed an image to email message.  How can I achieve this?

 

Kind regards,

Falguni

John Fauss Accepted Answer Pending Moderation
  1. Friday, 13 August 2021 13:53 PM UTC
  2. PowerBuilder
  3. # 1

This is a recurring question. A quick search of the Q&A forum (which anyone can perform) using the terms "image email" listed this resolved issue from January of this year:

https://community.appeon.com/index.php/qna/q-a/how-to-embedded-image-in-email-body

 

Comment
There are no comments made yet.
Bernhard Giesriegl Accepted Answer Pending Moderation
  1. Friday, 13 August 2021 09:56 AM UTC
  2. PowerBuilder
  3. # 2

Hi,

this will work writing html code in your message text:

<html>
  <body>
    sampletext<br>
    <img src='cid:img001.jpg' width='591' height='373'/>
  </body>
</html>

 

If you want to attach an image as a file use the mailFileDescription as a part of your mailmessage object.

B.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.
We use cookies which are necessary for the proper functioning of our websites. We also use cookies to analyze our traffic, improve your experience and provide social media features. If you continue to use this site, you consent to our use of cookies.