You are here

constant MANDRILL_EMAIL_REGEX in Mandrill 7.2

Same name and namespace in other branches
  1. 8 mandrill.module \MANDRILL_EMAIL_REGEX
  2. 7 mandrill.module \MANDRILL_EMAIL_REGEX
1 use of MANDRILL_EMAIL_REGEX
mandrill_map_mail_recipients in ./mandrill.module
Parses & creates Mandrill-style array with recipients.

File

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

Code

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