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