Configure Sender for invitational Emails #100

Closed
opened 2026-04-05 16:15:46 +02:00 by MrUnknownDE · 0 comments
Owner

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:

  • SMTP_HOST
  • SMTP_PORT
  • SMTP_USER
  • SMTP_PASSWORD
  • DATABASUS_URL

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?

*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: - SMTP_HOST - SMTP_PORT - SMTP_USER - SMTP_PASSWORD - DATABASUS_URL 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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#100