How do instances that use platforms such as Lemmy send verification, password reset, etc. e-mails? Do they use SMTP or some external service that provides an API?
How do instances that use platforms such as Lemmy send verification, password reset, etc. e-mails? Do they use SMTP or some external service that provides an API?
Yep Lemmy uses SMTP and in my experience most self-hostable platforms do as well. You can see in the Lemmy config documents how it gets set up: https://join-lemmy.org/docs/administration/configuration.html.