Fixes for sending via graph
This commit is contained in:
parent
164b8c41aa
commit
deecf38b10
1 changed files with 0 additions and 5 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue