Function __global->remove_email_bounces

Definitions

sources/newsletter2.php

  • Remove bounced addresses from the newsletter / turn off staff e-mails on member accounts / add e-mail to global unsubscribe.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$bounces array No No required parameter N/A N/A List of e-mail addresses

Preview

Code (PHP)

/**
 * Remove bounced addresses from the newsletter / turn off staff e-mails on member accounts / add e-mail to global unsubscribe.
 *
 * @param  array $bounces List of e-mail addresses
 */

function remove_email_bounces(array $bounces)