Skip to content

Commit

Permalink
#30 handle email names
Browse files Browse the repository at this point in the history
  • Loading branch information
geisi committed May 8, 2024
1 parent 2336ce2 commit 4fb1ce8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MicrosoftGraphTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ protected function transformEmailAddress(Address $address): array
return [
'emailAddress' => [
'address' => $address->getAddress(),
'name' => $address->getName(),
],
];
}
Expand Down

0 comments on commit 4fb1ce8

Please sign in to comment.