Skip to content

Commit

Permalink
Merge pull request #46890 from nextcloud/fix/issue-46883-2
Browse files Browse the repository at this point in the history
fix: Update documentation for Mail Provider Send
  • Loading branch information
kesselb authored Aug 2, 2024
2 parents 8f70441 + 50a2353 commit f4ab426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/public/Mail/Provider/IMessageSend.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ interface IMessageSend {
*
* @param IMessage $message mail message object with all required parameters to send a message
* @param array $options array of options reserved for future use
*
* @throws \OCP\Mail\Provider\Exception\SendException on failure, check message for reason
*/
public function sendMessage(IMessage $message, array $option = []): void;

Expand Down

0 comments on commit f4ab426

Please sign in to comment.