constant ClientService::EMAIL_REGEX in Sparkpost email 8.2
Regex for parsing email.
File
- src/
ClientService.php, line 20
Class
- ClientService
- Client service that sends the mails.
Namespace
Drupal\sparkpostCode
const EMAIL_REGEX = '/^\\s*(.+?)\\s*<\\s*([^>]+)\\s*>$/';