Skip to content

Commit

Permalink
- Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Erick Maeda committed Jun 21, 2020
1 parent eda6a38 commit cb8e5f4
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,27 @@ import { sendEmail } from 'react-native-email-action';
const options = {
to: "[email protected]",
subject: "Very important!",
body: "Verify your email fast!"
body: "Verify your email fast!",
};
sendMail(options);
```

### Available email app
#### iOS (If installed)
## Available Options to sendMail
```
| |description |type |required |
|- |- |- |- |
|to |Email to destination |string |Y |
|subject |Email Subject |string |Y |
|body |Email Content |string |Y |
|cc |Email CC |array |N |
|bcc |Email BCC |array |N |
```
## Available email app
### iOS (If installed)
- Gmail
- Outlook
- Mail
#### Android
### Android
- All the apps installed.

## Roadmap
Expand Down

0 comments on commit cb8e5f4

Please sign in to comment.