constant SPARKPOST_EMAIL_REGEX in Sparkpost email 7
Same name and namespace in other branches
- 7.2 sparkpost.module \SPARKPOST_EMAIL_REGEX
@file Sparkpost integration.
2 uses of SPARKPOST_EMAIL_REGEX
- sparkpost_get_cc in ./
sparkpost.module - Get list of cc recipients.
- sparkpost_get_to in ./
sparkpost.module - Helper to generate an array of recipients.
File
- ./
sparkpost.module, line 8 - Sparkpost integration.
Code
define('SPARKPOST_EMAIL_REGEX', '/^\\s*(.+?)\\s*<\\s*([^>]+)\\s*>$/');