web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Rich Text Editor in Em...
Power Apps
Unanswered

Rich Text Editor in Email Template

(0) ShareShare
ReportReport
Posted on by 185

Hello, 

 

I have created an email template. However, instead of having the text input, I want to insert a rich text editor. Whenever I recieve it in my inbox it looks like so:

 

<p><span style = "color:#8e44ad"><strong>test</strong></span></p>

 

I have also tried to use: 

 

PlainText(RichEditor1)...

 

which works. However, if I highlight or change the color/font on the message, it does not send that way. Instead, it sends completely plain. 

 

So the goal is to be able to use the rich text editor without the HTML tags, yet still send with colors/fonts/highlights/etc. 

 

Thanks. 

Categories:
I have the same question (0)
  • BCBuizer Profile Picture
    22,833 Super User 2026 Season 1 on at

    Hi  @gjbannister01 ,

     

    Is it an option for you to send HTML mails?

     

    You can do so by setting the IsHtml flag to true, for instance:

    Office365Outlook.SendEmail(
     "user@email.com", 
     "Subject", 
     "Body",
     {IsHtml: true}
    )

     

    For this to work you do need to add the Office 365 Outlook connector to your app.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard