Skip to content

Commit 7ef01fc

Browse files
fix: Update documentation for Mail Provider Send
Signed-off-by: SebastianKrupinski <[email protected]>
1 parent cef6753 commit 7ef01fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/public/Mail/Provider/IMessageSend.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ interface IMessageSend {
2525
*
2626
* @param IMessage $message mail message object with all required parameters to send a message
2727
* @param array $options array of options reserved for future use
28+
*
29+
* @throws OCP\Mail\Provider\Exception\SendException on failure, check message for reason
2830
*/
2931
public function sendMessage(IMessage $message, array $option = []): void;
3032

0 commit comments

Comments
 (0)