From fde889cc4b5acf8816341a878e3e09554f3e6f8f Mon Sep 17 00:00:00 2001 From: Matteo Manzinello Date: Thu, 16 May 2019 12:00:06 +0200 Subject: [PATCH] added text about multiple address in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a1aa02..8f4c979 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ you can also import mailgo in `` using `defer` - add the attribute `mailgo` to `` - add `data-address` and `data-domain` to re-create your email address -### cc, bcc, body and subject +### cc, bcc, body, subject and multiple email addresses **mailgo** also supports cc, bcc, subject and body in spam-less installation using the parameters: @@ -79,6 +79,8 @@ you can also import mailgo in `` using `defer` for the default installation you can use the classic mailto parameters and they will appear in the modal +mailgo doesn't support multiple email addresses in to, cc and bcc at the moment, but there is an issue for this! + --- ## examples