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

@wolfsblu wolfsblu commented May 7, 2026

Copy link
Copy Markdown

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.
@Atmosfearful
Atmosfearful self-requested a review May 26, 2026 18:00
@Atmosfearful Atmosfearful added the enhancement New feature or request label May 26, 2026
@Atmosfearful Atmosfearful self-assigned this May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants