A 2026 Brainstorming project that handles handover of duties for people who go on leave
When a handover is moved from DRAFT to ACTIVE or to COMPLETE, the API sends notification emails to each assigned owner.
Set these environment variables to enable SMTP:
SMTP_HOSTSMTP_PORT(defaults to587)SMTP_SECURE(truefor TLS, usually with port465)SMTP_USER(optional)SMTP_PASS(optional)SMTP_FROM(required sender address)
Optional fallback when GitHub public email is unavailable:
HANDOVER_EMAIL_DOMAIN(sends to<github-login>@<domain>)
And set:
NEXT_PUBLIC_APP_URLso confirmation links in emails are correct.