opennorth/multi_mail

View on GitHub
lib/multi_mail/mailgun/sender.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method deliver! has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def deliver!(mail)
        message = MultiMail::Message::Mailgun.new(mail).to_mailgun_hash.merge(parameters)

        connection = Faraday.new do |conn|
          conn.basic_auth 'api', api_key
Severity: Minor
Found in lib/multi_mail/mailgun/sender.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status