Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

How to Send Emails

Camilo edited this page Jul 27, 2020 · 1 revision

The principle is the same as calling a phone number. Use mailto: address in the url to trigger the mail app.

{
    "type": "$href",
    "options": {
        "url": "mailto:[email protected]",
        "view": "app",
        "transition": "modal"
    }
}
Clone this wiki locally