Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from SMTP to sendmail for delivering mail #328

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

spilth
Copy link
Collaborator

@spilth spilth commented Jul 18, 2024

Problem

#310 - Sending records via email (and SMS) fails on Staging and Production due to an SSL issue when trying to connect via SMTP.

Solution

Switch ActionMailer from using SMTP (the default) to using sendmail.

Type

bug-fix

@spilth spilth requested review from ekate and mnyrop July 18, 2024 20:04
@spilth spilth merged commit 362b6fe into main Jul 19, 2024
1 check passed
@spilth spilth deleted the 310-switch-from-smtp-to-sendmail branch July 19, 2024 15:33
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.

2 participants