docs: width=500 and environment variables

This commit is contained in:
Maas Lalani 2023-06-22 13:31:40 -04:00
parent b9cff0af13
commit 27cd2ca82d
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -10,7 +10,7 @@
Send emails from your terminal.
<img width="600" src="https://vhs.charm.sh/vhs-5Ci4SK0PHtyZGoccEOvUEB.gif" alt="pop mail text-based client">
<img width="500" src="https://vhs.charm.sh/vhs-5Ci4SK0PHtyZGoccEOvUEB.gif" alt="pop mail text-based client">
## Text-based User Interface
@ -30,13 +30,19 @@ pop < message.md \
--attach invoice.pdf
```
<img src="https://vhs.charm.sh/vhs-34Bcki61sHuNlsxfFVLbj4.gif" alt="pop mail command line client">
<img width="500" src="https://vhs.charm.sh/vhs-34Bcki61sHuNlsxfFVLbj4.gif" alt="pop mail command line client">
### Environment
To use `pop`, you will need a `RESEND_API_KEY`. You can grab one from: https://resend.com/api-keys.
To avoid typing your `From: ` email address, you can also set the `RESEND_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
```
## Installation