# File lib/mail/mail.rb, line 138
  def self.deliver(*args, &block)
    mail = self.new(args, &block)
    mail.deliver
    mail
  end