Skip to content

feat: add SMTP as alternative to Mailgun for email delivery#7

Open
wolfsblu wants to merge 1 commit into
acai-sh:mainfrom
wolfsblu:feature/smtp-mailer-alternative
Open

feat: add SMTP as alternative to Mailgun for email delivery#7
wolfsblu wants to merge 1 commit into
acai-sh:mainfrom
wolfsblu:feature/smtp-mailer-alternative

Conversation

@wolfsblu
Copy link
Copy Markdown

@wolfsblu wolfsblu commented May 7, 2026

Operators can now set SMTP_HOST to use any SMTP server instead of Mailgun. TLS versions are pinned to 1.2/1.3 with castore CA bundle. Both ssl_options and tls_options are set to cover implicit TLS and STARTTLS respectively.

Operators can now set SMTP_HOST to use any SMTP server instead of Mailgun.
SMTP_SSL=true selects implicit TLS (port 465); default uses STARTTLS (port 587).
TLS versions are pinned to 1.2/1.3 with castore CA bundle. Both ssl_options
and tls_options are set to cover implicit TLS and STARTTLS respectively.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant