Skip to content

Commit

Permalink
fix: Update documentation for Mail Provider Send
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski committed Aug 1, 2024
1 parent f645c9b commit db159e1
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 db159e1

Please sign in to comment.