feat: add signature

This commit is contained in:
Maas Lalani
2023-07-11 10:21:28 -04:00
parent 336d698399
commit 960893fd34
3 changed files with 19 additions and 4 deletions

View File

@@ -42,12 +42,13 @@ You can grab one from: https://resend.com/api-keys.
### Environment
To avoid typing your `From: ` email address, you can also set the `RESEND_FROM`
To avoid typing your `From: ` email address, you can also set the `POP_FROM`
environment to pre-fill the field anytime you launch `pop`.
```bash
export RESEND_API_KEY=$(pass RESEND_API_KEY)
export RESEND_FROM=pop@charm.sh
export POP_FROM=pop@charm.sh
export POP_SIGNATURE="Sent with [Pop](https://github.com/charmbracelet/pop)!"
```
## Installation