Function Hook_health_check_email->do_spf_check

Definitions

sources/hooks/systems/health_checks/email.php

  • Find whether SPF on a domain is working.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$domain string required parameter N/A N/A The domain name
$self_domain string required parameter N/A N/A Domain of sending server to match against
$self_ip string required parameter N/A N/A IP address of sending server to match against

Return

  • Whether the check matches (null: N/A)
  • Type: ?boolean
  • Set: N/A
  • Range: N/A