-
-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Description
Version: 3.3.0
Bug Description
formatEmail save name wrapped in quotes
Line 144 in 4c1a770
| if (!$name && preg_match('#^(.+) +<(.*)>\z#', $email, $matches)) { |
Steps To Reproduce
$message->formatEmail('"Winter Silence" <info@site.com>'); add address ['name' => '"Winter Silence"', 'email' => 'info@site.com']
Possible Solution
fix regexp: '#^"?(.+)"?\s+<(.*)>\z#'
Metadata
Metadata
Assignees
Labels
No labels