this post was submitted on 02 Jan 2024
15 points (75.9% liked)
Lemmy Support
4651 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How are you handling mail?
mail requires reputation to work properly and not land in spam. i don't have mail services for now but that can configured by the user to work with something like mailgun or personal gmail account.
am working with oss saas like lemmy, mattermost, matrix for now
I think you misunderstood. Lemmy user validation uses mail. Howndoes your SaaS handle that.
oh, that kind of thing is handeled in the basic lemmy config file. I have a smtp server container deployed along with pict-rs, postgresql lemmy and lemmy-ui so you can use email verification and deploy full featured lemmy install :)