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.
1 parent cef6753 commit 7ef01fcCopy full SHA for 7ef01fc
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