Function EmailIntegration->send_system_email

Definitions

sources/mail_integration.php

  • Send out a system (advisory) e-mail.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$subject string required parameter N/A N/A Subject line of original message
$body string required parameter N/A N/A Body of original message
$email EMAIL required parameter N/A N/A E-mail address we were to bind to; not actually used
$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); not always for bounces, sometimes just for informational responses