remove net-smtp gem, not used and causing drama

This commit is contained in:
Kyle Drake 2025-02-25 16:32:02 -06:00
parent 03b052a3a7
commit 1584bb0865
3 changed files with 0 additions and 10 deletions

View file

@ -128,14 +128,6 @@ Dir.glob('workers/*.rb').each {|w| require File.join(DIR_ROOT, "/#{w}") }
DB.loggers << Logger.new(STDOUT) if ENV['RACK_ENV'] == 'development'
Mail.defaults do
#options = { :address => "smtp.gmail.com",
# :port => 587,
# :domain => 'your.host.name',
# :user_name => '<username>',
# :password => '<password>',
# :authentication => 'plain',
# :enable_starttls_auto => true }
options = {}
delivery_method :sendmail, options
end