From cb8e5f4599251f35eee8371fe1b4c2353de2fdba Mon Sep 17 00:00:00 2001 From: Erick Maeda Date: Sun, 21 Jun 2020 04:24:33 +0100 Subject: [PATCH] - Updated readme --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3fbd233..35cd316 100644 --- a/README.md +++ b/README.md @@ -28,17 +28,27 @@ import { sendEmail } from 'react-native-email-action'; const options = { to: "erick.maeda26@gmail.com", 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