module Mail

def self.delivery_method

Returns the delivery method selected, defaults to an instance of Mail::SMTP
def self.delivery_method
  Configuration.instance.delivery_method
end