primocms / primo

Primo is a visual CMS with a built-in code editor, Svelte blocks, and static site generator.
https://primocms.org
MIT License
1.92k stars 474 forks source link

Supporting custom email server #362

Open prononext opened 7 months ago

prononext commented 7 months ago

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

mateomorris commented 7 months ago

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?

prononext commented 7 months ago

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.