mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Configure Sender for invitational Emails #100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jory3 on 2/23/2026
As far as I can see, that the following environment variables can be used to configure SMTP for sending admin invites:
It seems that databasus uses SMTP_USER also as the sender address. That makes it impossible to use SMTP-services like lettermint, sendgrid or postmark, because there are usernames defined by this services which are not email addresses.
Would it be possible to add a new environment variable SMTP_FROM to configure the sender address - as it's possible in the notifier settings?