constant SENDGRID_INTEGRATION_EMAIL_REGEX in SendGrid Integration 7
@file Main module file for SendGrid Integration.
Provides module configuration and help functionality.
1 use of SENDGRID_INTEGRATION_EMAIL_REGEX
- sendgrid_integration_parse_address in ./
sendgrid_integration.module - Split an email address into it's name and address components.
File
- ./
sendgrid_integration.module, line 10 - Main module file for SendGrid Integration.
Code
define('SENDGRID_INTEGRATION_EMAIL_REGEX', '/^\\s*"?(.+?)"?\\s*<\\s*([^>]+)\\s*>$/');