# File lib/mail/network/delivery_methods/smtp_connection.rb, line 50 def deliver!(mail) smtp_from, smtp_to, message = Mail::CheckDeliveryParams.check(mail) response = smtp.sendmail(message, smtp_from, smtp_to) settings[:return_response] ? response : self end