mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
Merge pull request #46890 from nextcloud/fix/issue-46883-2
fix: Update documentation for Mail Provider Send
This commit is contained in:
commit
f4ab426817
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue