Function Block_main_join->send_email

Definitions

sources/blocks/main_join.php

  • Send the e-mail with the document.
  • Visibility: protected
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: bool

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$map array No No required parameter N/A N/A A map of parameters
$email_address EMAIL No No required parameter N/A N/A The e-mail address

Returns

  • If it worked
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Send the e-mail with the document.
 *
 * @param  array $map A map of parameters
 * @param  EMAIL $email_address The e-mail address
 * @return boolean If it worked
 */

protected function send_email(array $map, string $email_address) : bool