Skip to content

Commit

Permalink
Resolve merge conflicts while merging recent changes from branch 1.0 …
Browse files Browse the repository at this point in the history
…into branch 1.1
  • Loading branch information
Akshay Kumar committed Mar 23, 2022
2 parents bea209c + c4fd02c commit 25c5efe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 3 additions & 1 deletion Services/MailboxService.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,9 @@ public function processMail($rawEmail)
// An exception being thrown means no mailboxes were found from the recipient's address. Continue processing.
}
}


$mailData['replyTo'] = '';

foreach($addresses['to'] as $mailboxEmail){
if($this->getMailboxByToEmail(strtolower($mailboxEmail))){
$mailData['replyTo'] = $mailboxEmail;
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
"psr-4": { "Webkul\\UVDesk\\MailboxBundle\\": "" }
},
"extra": {
"uvdesk-package-extension": "Webkul\\UVDesk\\MailboxBundle\\Package\\Composer",
"branch-alias": {
"dev-master": "1.1.x-dev"
}
"uvdesk-package-extension": "Webkul\\UVDesk\\MailboxBundle\\Package\\Composer"
},
"minimum-stability": "stable"
}

0 comments on commit 25c5efe

Please sign in to comment.