Skip to content

Commit 4fb1ce8

Browse files
committed
#30 handle email names
1 parent 2336ce2 commit 4fb1ce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MicrosoftGraphTransport.php

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ protected function transformEmailAddress(Address $address): array
9696
return [
9797
'emailAddress' => [
9898
'address' => $address->getAddress(),
99+
'name' => $address->getName(),
99100
],
100101
];
101102
}

0 commit comments

Comments
 (0)