From a50594044c17dd62e3bb6a1e8a1cb29a171b4bf4 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 23 Nov 2025 14:13:33 -0500 Subject: Changed to Smtp2Go for sending mail --- config/mail.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/mail.yml') diff --git a/config/mail.yml b/config/mail.yml index e2d15c3..6c0435d 100644 --- a/config/mail.yml +++ b/config/mail.yml @@ -1,8 +1,8 @@ production: smtp_settings: - address: "smtp.sendgrid.com" - port: 587 - user_name: "apikey" - password: <%= Rails.application.credentials.sendgrid_api_key %> + address: "mail.smtp2go.com" + port: 2525 + user_name: "fourisland.com" + password: <%= Rails.application.credentials.smtp2go_password %> authentication: "plain" openssl_verify_mode: "none" -- cgit 1.4.1