We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f70441 + 50a2353 commit f4ab426Copy full SHA for f4ab426
lib/public/Mail/Provider/IMessageSend.php
@@ -25,6 +25,8 @@ interface IMessageSend {
25
*
26
* @param IMessage $message mail message object with all required parameters to send a message
27
* @param array $options array of options reserved for future use
28
+ *
29
+ * @throws \OCP\Mail\Provider\Exception\SendException on failure, check message for reason
30
*/
31
public function sendMessage(IMessage $message, array $option = []): void;
32
0 commit comments