fix: Update documentation for Mail Provider Send

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
SebastianKrupinski 2024-07-30 13:32:46 -04:00
parent 669e4e713d
commit 50a2353e30

View file

@ -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;