137
Views
1
Comments
Solved
how to open email application
Application Type
Reactive

I have a link email.

I want the email app to open when these email links are clicked.

In the property, it is asking for onclick action.

but I don't know how to set that up.

UserImage.jpg
Francisco Calderón
Solution

Hi Rhyz,

In order to open the email app with the selected email, all you need to use is the RedirectToURL option and the "mailto:" prefix, so your logic should look something like this:

This should open the system's default mail application to send an email to the email in question.

Hopefully that helps!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.