🔧
This commit is contained in:
2
vendor/symfony/mime/Header/PathHeader.php
vendored
2
vendor/symfony/mime/Header/PathHeader.php
vendored
@@ -57,6 +57,6 @@ final class PathHeader extends AbstractHeader
|
||||
|
||||
public function getBodyAsString(): string
|
||||
{
|
||||
return '<'.$this->address->toString().'>';
|
||||
return '<'.$this->address->getEncodedAddress().'>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user