Supporting custom email server
prononext opened this issue · 2 comments
When inviting developers or content editors a email is sent from vercel with some localhost vercel url, which does not really work.
It would be really nice to have a settings possibility, could be via environment variables, to let the admin configure a custom email sending server via setting
- SMTP Server
- SMTP Port
- SMTP user
- SMTP SSL
- SMTP sending email (format "Primo Instance yourprimoinstance@example.com)
Unfortunately you need to manually set the project URL from the Supabase dashboard in order for invitation emails to work (under Authentication > URL Configuration > Site URL). What would be the advantage of a custom email server?
If using primocms in production, like any other cms a custom email server is the way to go, so your internal communications go via your network and is transparent and auditable. Users can truely identify the sender etc.