Skip to content

Commit

Permalink
feature: mail provider backend
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
  • Loading branch information
SebastianKrupinski committed Jun 28, 2024
1 parent 18549f6 commit 3a1d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Provider/MailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function setSecondaryAddress(IAddress ...$value): self {
*
* @param array $options array of options reserved for future use
*/
public function messageSend(IMessage $message, array $option = []): void {
public function sendMessage(IMessage $message, array $option = []): void {

// load action
$cmd = $this->container->get(\OCA\Mail\Provider\Command\MessageSend::class);
Expand Down

0 comments on commit 3a1d94a

Please sign in to comment.