Class: Coppertone::SpfService

Inherits:
Object
  • Object
show all
Defined in:
lib/coppertone/spf_service.rb

Overview

Service interface for SPF authentication

Class Method Summary collapse

Class Method Details

.authenticate_email(ip_as_s, sender, helo_domain, options = {}) ⇒ Object



4
5
6
7
# File 'lib/coppertone/spf_service.rb', line 4

def self.authenticate_email(ip_as_s, sender, helo_domain, options = {})
  req = Coppertone::Request.new(ip_as_s, sender, helo_domain, options)
  req.authenticate
end