Function Hook_health_check_email->spf_term_matches

Definitions

sources/hooks/systems/health_checks/email.php

  • Find whether an SPF term matches.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$part string required parameter N/A N/A The SPF term
$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
  • Type: boolean
  • Set: N/A
  • Range: N/A