Can other lemmy clients or the server admins see the email address associated with my account?
Can you see theirs?
Can I change the email address associated with my account? I did not find it in the settings?
so once I delete the email contained in that field, it will be deleted on the server as well I hope? I should look this up in the lemmy code i.g.
I assume it’s removed from your user record in the Postgres database. Presumably there are database backups that will retain it. I haven’t worked on the Lemmy codebase nor do I sysadmin the server, so that’s all I can speculate from my past past experience designing & managing services of this kind.
I found this answer helpful, can you open it? https://lemmy.ml/post/35169048/20671736
Can I open what? I can only get my own email address through the API: https://lemmy.readme.io/reference/get_site
curl -s -w "\n" -H "authorization: Bearer ${JWT}" https://lemmy.ml/api/v3/site \ | jq -r '.my_user.local_user_view.local_user.email'