mailymaily/README.md
2020-08-23 14:46:28 +02:00

22 lines
397 B
Markdown

# 💌 mailymaily
## Usage
### CC
`data-cc-address` and `data-cc-domain` to recreate cc: `data-cc-address@data-cc-domain`
### BCC
`data-bcc-address` and `data-bcc-domain` to recreate bcc: `data-bcc-address@data-bcc-domain`
### Subject
`data-subject` for the subject of the email
### Body
`data-body` for the body of the email
## Dev
### Dependencies
```
yarn
```
### Building
```
yarn build
```