Merge pull request #46890 from nextcloud/fix/issue-46883-2

fix: Update documentation for Mail Provider Send
pull/47010/head
Daniel 2024-08-02 22:25:59 +07:00 committed by GitHub
commit f4ab426817
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;