Remove duplicate line

pull/5632/head
Cyril Rohr 8 years ago committed by GitHub
parent 4a4179109e
commit 6fbbaad1d8
  1. 1
      packaging/scripts/send-test-email

@ -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..."
puts "sending test email using SMTP..."
smtp = Net::SMTP.new(
ENV.fetch('SMTP_HOST'),
ENV.fetch('SMTP_PORT')

Loading…
Cancel
Save