charmbracelet / pop

Send emails from your terminal 📬
MIT License
2.28k stars 42 forks source link

Instructions unclear #33

Open LordManhattan opened 10 months ago

LordManhattan commented 10 months ago
To use the resend delivery method, set the RESEND_API_KEY environment variable.

export RESEND_API_KEY=$(pass RESEND_API_KEY)

Where exactly do we paste this bit? There's no config-file, and I can't figure out what to do with this. I have the API key, and I've added it to Pop.

thehatchcloud commented 10 months ago

export creates the RESEND_API_KEY environmental variable. When you run pop , it will look for the value of that variable.