Skip to content

Instantly share code, notes, and snippets.

@malpercio-dev
Created February 25, 2024 23:09
Show Gist options
  • Save malpercio-dev/af1d21a117cc925e4f858609f8750a73 to your computer and use it in GitHub Desktop.
Save malpercio-dev/af1d21a117cc925e4f858609f8750a73 to your computer and use it in GitHub Desktop.
How to use gmail for Bluesky PDS email
For anyone look to set up email, doesn't have an SMTP server but does have a gmail account, you can do the following.
// replace bluesky with your username
// replace <app password>: https://support.google.com/accounts/answer/185833?hl=e
PDS_EMAIL_SMTP_URL="smtps://bluesky%40gmail.com:<app password>@smtp.gmail.com:465"
// set up sending email through your gmail account with a different address (optional)
https://support.google.com/mail/answer/22370?hl=en&sjid=17088279689905481276-NC#null
I was able to get a verification email this way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment