class Coppertone::SpfService
Service interface for SPF authentication
Public Class Methods
authenticate_email(ip_as_s, sender, helo_domain, options = {})
click to toggle source
# 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