You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It's worth pointing out here that you need to make sure that you have the pass password manager installed on your system. I realize that your post is over a year old but I figured I would clear this up for anyone else who might have been similarly confused as I was, this isn't very clear in the documentation.
So, if you don't have pass already set up and configured, you'll need to set yourself up with a keypair using gnupg and then initializing the pass password store to your local directory, and add the resend API key to pass with the command pass insert -m RESEND_API_KEY -- after you hit enter it'll tell you to type/paste it in, and then press Ctrl+D, which will sign it with your key.
Then run that command export RESEND_API_KEY=$(pass RESEND_API_KEY) and you will be good to go.
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.
The text was updated successfully, but these errors were encountered: