class SpfChecker (View source)

Methods

__construct(array $config)

SpfChecker constructor

string
verify(string $ip, string $sender, string $helo)

Verify SPF record for a sender

Details

__construct(array $config)

SpfChecker constructor

Parameters

array $config

string verify(string $ip, string $sender, string $helo)

Verify SPF record for a sender

Parameters

string $ip
string $sender
string $helo

Return Value

string