Function EmailIntegration->handle_missing_member

Definitions

sources/mail_integration.php

  • Handle a case where we could not bind to a member.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: int

Parameters

Name Type Default Set Range Description
$from_email EMAIL required parameter N/A N/A From e-mail
$email_bounce_to EMAIL required parameter N/A N/A E-mail address of sender (usually the same as $email, but not if it was a forwarded e-mail)
$mail_nonmatch_policy string required parameter N/A N/A Non-match policy
$subject string required parameter N/A N/A Subject line
$_body_text ?string required parameter N/A N/A E-mail body in text format (null: not present)
$_body_html ?string required parameter N/A N/A E-mail body in HTML format (null: not present)

Return

  • The member ID (null: none)
  • Type: ?MEMBER
  • Set: N/A
  • Range: N/A