constant MANDRILL_EMAIL_REGEX in Mandrill 7
Same name and namespace in other branches
- 8 mandrill.module \MANDRILL_EMAIL_REGEX
- 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*>$/');