From 27cd2ca82dbaa3276488ba3bc909515d5d88caf7 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Thu, 22 Jun 2023 13:31:40 -0400 Subject: [PATCH] docs: width=500 and environment variables --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c0b97e..d5bce1c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Send emails from your terminal. -pop mail text-based client +pop mail text-based client ## Text-based User Interface @@ -30,13 +30,19 @@ pop < message.md \ --attach invoice.pdf ``` -pop mail command line client +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