Little separator line

This commit is contained in:
SirLouen 2025-08-24 15:38:03 +02:00
parent 69a2b8038f
commit e72170c6ba
No known key found for this signature in database
GPG Key ID: 87796BFBFE09911B
1 changed files with 1 additions and 1 deletions

View File

@ -1301,7 +1301,7 @@ class PHPMailer
{
// Emit a runtime notice to recommend using the IMAP extension for full RFC822 parsing
trigger_error(self::lang('imap_recommended'), E_USER_NOTICE);
$list = explode(',', $addrstr);
foreach ($list as $address) {
$address = trim($address);