pulibrary / bibdata

Local API for retrieving bibliographic and other useful data from Alma (Ruby 3.1.0, Rails 7.0)
BSD 2-Clause "Simplified" License
16 stars 7 forks source link

Remove mailers #2406

Closed maxkadel closed 3 weeks ago

maxkadel commented 3 weeks ago

Bibdata does not send email. Remove defunct code that sent mail and commented out configuration that is not currently needed.

Leaving the application mailer class and the commented out config to make it easier to reintroduce email in the future.

Closes #2404