Skip to content

Commit 35501d2

Browse files
committed
Added a readme file
1 parent e8c15bb commit 35501d2

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Documentation
2+
3+
## Description
4+
This widget allows you to send a pre-filled HTML email from your phone. It will let you choose which native app to use and open an email object in that application.
5+
6+
## Typical usage scenario
7+
* A user uses the contact button in a hybrid app, which should create a predefined e-mail with rich formatting.
8+
9+
## Features and limitations
10+
* The e-mail can be send using the mobile app of your choice (both iOS and Android).
11+
* The To, CC, Subject and Body field can be filled in.
12+
13+
## Configuration
14+
1. Create an email entity, containing at least To, CC, Subject and Body attributes.
15+
2. Create a forward-screen, which takes an email object as page parameter, containing the widget in the data view.
16+
3. Configure the widget to pass the correct attribute values.

0 commit comments

Comments
 (0)