Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

Adding a picture or a html to and email using mailto

(0) ShareShare
ReportReport
Posted on by

Hello ,

The scenario is we have an email we need to send using mailto control , the body of the email is in a text box we tried to add an image and it didn't work 

 

Narmer1511_0-1717651880929.png

tried to add it as an HTML and also it didnt work 

 

Narmer1511_1-1717651961571.png

 

any advices ? 

  • Narmer1511 Profile Picture
    on at
    Re: Adding a picture or a html to and email using mailto

    @RezaDorrani any ideas ?

  • Narmer1511 Profile Picture
    on at
    Re: Adding a picture or a html to and email using mailto

    its not the attachment i need to add a picture with the body of the email .

  • anandm08 Profile Picture
    1,936 Super User 2025 Season 1 on at
    Re: Adding a picture or a html to and email using mailto

    ok than mailto has no option to add attachments

     

    You could possible provide a link to where the attachment is stored but no provision to open client and attach the document

  • Narmer1511 Profile Picture
    on at
    Re: Adding a picture or a html to and email using mailto

    the code added and the image appeared in the html box  but it didn't work , the mail popup didn't even open 

    Narmer1511_0-1717654411512.pngNarmer1511_1-1717654432510.png

     

  • anandm08 Profile Picture
    1,936 Super User 2025 Season 1 on at
    Re: Adding a picture or a html to and email using mailto

    hi @Narmer1511 ,

    At first, create a variable encodedPicture and use JSON function to convert picture into base64 encoded string

    Set(encodedPicture,JSON(PictureFromGallery,JSONFormat.IncludeBinaryData))

    Then use this variable in your HTML, like:

    <img src="& encodedPicture &" title='my BASE64 encoded picture"/>

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard