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

Bernhard Giesriegl Accepted Answer Pending Moderation
  1. Friday, 13 August 2021 09:56 AM UTC
  2. PowerBuilder
  3. # 1

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.
John Fauss Accepted Answer Pending Moderation
  1. Friday, 13 August 2021 13:53 PM UTC
  2. PowerBuilder
  3. # 2

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.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.