added text about multiple address in README

This commit is contained in:
Matteo Manzinello 2019-05-16 12:00:06 +02:00
parent a1e56209ce
commit fde889cc4b
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,7 @@ you can also import mailgo in `<head>` using `defer`
- add the attribute `mailgo` to `<a>`
- 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 `<head>` 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 <a href="https://github.com/manzinello/mailgo/issues/19">issue</a> for this!
---
## examples