You are here

constant MANDRILL_EMAIL_REGEX in Mandrill 7

Same name and namespace in other branches
  1. 8 mandrill.module \MANDRILL_EMAIL_REGEX
  2. 7.2 mandrill.module \MANDRILL_EMAIL_REGEX
1 use of MANDRILL_EMAIL_REGEX
mandrill_get_to in ./mandrill.module
Helper to generate an array of recipients.

File

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

Code

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