-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email verification functionality #44
Comments
Emails are sent from the PDS itself, so it does require a bit of configuration to get working. You can configure an SMTP server for sending email from your PDS to the accounts hosted on it: PDS_EMAIL_SMTP_URL=smtp://...
PDS_EMAIL_FROM_ADDRESS=admin@... If you don't have an SMTP server lying around, you could catch all outgoing emails by configuring it to point at something like Ethereal: https://ethereal.email/. Personal email providers sometimes also offer credentials for sending email via SMTP, e.g. gmail has some details for its support here: https://support.google.com/a/answer/176600?hl=en |
I would recommend resend.com if you don't have a SMTP server. |
Great, thanks both! |
Hey, I'm using resend.com and I still can't seem to get the email verification to work. I have
The formatError bit seems to suggest it's an issue with the way the values in the |
Use port 587 instead of 465 |
I've tried that. That's the default when you don't specify the port number. |
See #86 |
I have deployed an instance of my own PDS. I am using bsky.app as a client. On settings there is a
Verify My Email
button, which I click but no email is received. Am I supposed to set up SMTP on the PDS or is the client's job?Thanks!
The text was updated successfully, but these errors were encountered: