Skip to content

Commit

Permalink
Merge pull request #2 from ZgrK/patch-1
Browse files Browse the repository at this point in the history
Quick fix for sender e-mail
  • Loading branch information
rajurayhan authored Jan 24, 2022
2 parents f2776f6 + f268d85 commit e049633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExchangeMailServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static function sendEmail($receiverData, $messageData){

private static function saveMessage($client, $receiverData, $messageData){
// Build the request,
$username = 'survey@nsiteam.com';
$username = config('ews-mail-server.username');
$request = new CreateItemType();
$request->Items = new NonEmptyArrayOfAllItemsType();

Expand Down

0 comments on commit e049633

Please sign in to comment.