mailymaily/README.md

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
```