customize email logo + sending domain urls on pds #331
Replies: 3 comments
|
// bright as hell use at own risk lol < u//w//u img width="1115" height="661" alt="Screenshot 2026-03-16 at 16 49 17" src="https://github.com/user-attachments/assets/2f4f57e1-5a8d-4784-b769-38491db89059" /> |
|
As far as im aware of I dont think its possible to change the image and especially the OTP url's, if you are wanting to edit the email templates however I think you can find them in sorry if this wasnt the response u were wanting |
|
Tracing back from here, it looks like setting There's a bunch of other undocumented environment variables too: https://github.com/bluesky-social/atproto/blob/main/packages/pds/src/config/env.ts |
Uh oh!
There was an error while loading. Please reload this page.
hi,
as far as i understand, the two URLs responsible for displaying the bluesky logo are hardcoded under repository: https://github.com/bluesky-social/atproto directory: packages/pds
URLs:
https://bsky.social/about/images/email/email_logo_default.png
https://bsky.social/about/images/email/email_mark_dark.png
Additonally: the URLs in the email are sent from bsky.app domains which mismatches the sender URLs, which can trigger spam filters.
https://bsky.app/intent/verify-email?code=XXXXX-XXXXX
https://bsky.app/
I was notified by Resend regarding these two issues. it would be nice if these logo urls and the sender domain urls were editable from within the pds somewhere
All reactions