@ -31,7 +31,6 @@ else
#set authentication to nil because :none is not supported by SMTP module
smtp_authentication = nil if smtp_authentication == :none
puts "sending test email using SMTP..."
smtp = Net::SMTP.new(
ENV.fetch('SMTP_HOST'),
ENV.fetch('SMTP_PORT')