Little separator line
This commit is contained in:
parent
69a2b8038f
commit
e72170c6ba
|
|
@ -1301,7 +1301,7 @@ class PHPMailer
|
||||||
{
|
{
|
||||||
// Emit a runtime notice to recommend using the IMAP extension for full RFC822 parsing
|
// Emit a runtime notice to recommend using the IMAP extension for full RFC822 parsing
|
||||||
trigger_error(self::lang('imap_recommended'), E_USER_NOTICE);
|
trigger_error(self::lang('imap_recommended'), E_USER_NOTICE);
|
||||||
|
|
||||||
$list = explode(',', $addrstr);
|
$list = explode(',', $addrstr);
|
||||||
foreach ($list as $address) {
|
foreach ($list as $address) {
|
||||||
$address = trim($address);
|
$address = trim($address);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue