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 / Launch("mailto"..... b...
Power Apps
Unanswered

Launch("mailto"..... but i want to use html for the Body text

(0) ShareShare
ReportReport
Posted on by 12

Hello,

i want to use some html-Code for my eMail from PowerApp. The Bodaytext can be Like this simple code:

 

 

<p>
<b>This is strong</b>
</p>

 

 

But if i use Launch("mailto".... it will open my normal Mailprogramm and i see exactly my html-Code in the Mailbody - not a bold Textline without the html-Tags. Why?

 

 

// Vorname, Nachname und Finanzierungsnummer im Vorlagetext ersetzen
Set(
 TemplateContent;
 Substitute(
 Substitute(
 Substitute(
 SelectedContent;
 "[Vorname]";
 Vorname
 );
 "[Nachname]";
 Nachname
 );
 "[Finanzierungsnummer]";
 Finanzierungsnummer
 )
);;

// Inhalt in das Textfeld kopieren
UpdateContext({ txt_MailText: TemplateContent });;

// Starten Sie die E-Mail-App des Benutzers, um die E-Mail zu verfassen
Launch("mailto:" & ToEmail & "?subject=" & SelectedSubject & "&body=" & TemplateContent);;

 

 

But if i use

 

 

// Sendefunktion an Outlook
Office365Outlook.SendEmailV2(
 ToEmail;
 SelectedSubject;
 TemplateContent
);;

 

 

The hmtl-Code will automatically send the right way.
Hmm.. I have to use Launch("mailto.... how can i fix the problem mith the html_Code?

Thanks

 

Categories:
I have the same question (9)

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 385

#2
Vish WR Profile Picture

Vish WR 367

#3
timl Profile Picture

timl 340 Super User 2026 Season 1

Last 30 days Overall leaderboard