Skip to content

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

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

feat: add SMTP as alternative to Mailgun for email delivery#6
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 use any custom SMTP server by setting SMTP_HOST (and optionally SMTP_PORT, SMTP_USERNAME, SMTP_PASSWORD). When SMTP_HOST is unset the existing Mailgun adapter is used unchanged.

@wolfsblu wolfsblu force-pushed the feature/smtp-mailer-alternative branch from bc3825d to c697f22 Compare May 7, 2026 18:44
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 and system CA certs are loaded to pass
certificate verification.
@wolfsblu wolfsblu force-pushed the feature/smtp-mailer-alternative branch from c697f22 to ee1ce27 Compare May 7, 2026 18:49
@wolfsblu wolfsblu closed this May 7, 2026
@wolfsblu wolfsblu deleted the feature/smtp-mailer-alternative branch May 7, 2026 18:53
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