Fixes for sending via graph

This commit is contained in:
David Bomba 2022-07-15 17:03:51 +10:00
parent 164b8c41aa
commit deecf38b10

View File

@ -55,11 +55,6 @@ class Office365MailTransport extends AbstractTransport
}
private function base64_encode($data)
{
return rtrim(strtr(base64_encode($data), ['+' => '-', '/' => '_']), '=');
}
public function __toString(): string
{
return 'office365';