You are here

constant MANDRILL_EMAIL_REGEX in Mandrill 8

Same name and namespace in other branches
  1. 7.2 mandrill.module \MANDRILL_EMAIL_REGEX
  2. 7 mandrill.module \MANDRILL_EMAIL_REGEX
2 uses of MANDRILL_EMAIL_REGEX
MandrillService::getReceivers in src/MandrillService.php
Helper to generate an array of recipients.
mandrill_get_to in ./mandrill.module
Helper to generate an array of recipients.

File

./mandrill.module, line 10
Enables Drupal to send email directly through Mandrill.

Code

define('MANDRILL_EMAIL_REGEX', '/^\\s*(.+?)\\s*<\\s*([^>]+)\\s*>$/');