mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for sending via graph
This commit is contained in:
parent
164b8c41aa
commit
deecf38b10
@ -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…
x
Reference in New Issue
Block a user