Project

General

Profile

Sub-Task #166

Updated by Bricklou 16 days ago

When an administrator invites someone, an email is sent to them containing a single-use link to accept the invitation. 

 - The link expires after 7 days. 
 - If the instance has no mail server configured, the invitation still needs to be delivered to the invited person some other way (exact fallback to be defined during implementation). 
 - Emails are sent through SMTP, configured entirely via environment variables (host, port, credentials, sender address, encryption). 
 - Email content uses fixed templates, not editable from the admin interface. 
 - For local development, a self-hosted mail-catching tool is provided so anyone can inspect sent emails without a real mailbox.

Back