You are here

constant Mailer::TRACK_RESULTS in Simplenews 8.2

Same name and namespace in other branches
  1. 3.x src/Mail/Mailer.php \Drupal\simplenews\Mail\Mailer::TRACK_RESULTS

Array indicating which status values to track results for.

File

src/Mail/Mailer.php, line 50

Class

Mailer
Default Mailer.

Namespace

Drupal\simplenews\Mail

Code

const TRACK_RESULTS = [
  SpoolStorageInterface::STATUS_DONE => TRUE,
  SpoolStorageInterface::STATUS_FAILED => TRUE,
];