mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 09:36:00 +02:00
remove net-smtp gem, not used and causing drama
This commit is contained in:
parent
03b052a3a7
commit
1584bb0865
3 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue