NYULibraries / spatial_data_repository

NYU's GeoBlacklight instance @ geo.nyu.edu
https://geo.nyu.edu
6 stars 2 forks source link

Switch from SMTP to sendmail for delivering mail #328

Closed spilth closed 3 months ago

spilth commented 3 months ago

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