Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for IMessageSend.sendMessage #46883

Closed
kesselb opened this issue Jul 30, 2024 · 0 comments · Fixed by #46890
Closed

Update documentation for IMessageSend.sendMessage #46883

kesselb opened this issue Jul 30, 2024 · 0 comments · Fixed by #46890
Assignees
Labels
1. to develop Accepted and waiting to be taken care of developer experience
Milestone

Comments

@kesselb
Copy link
Contributor

kesselb commented Jul 30, 2024

/**
* send an outbound message
*
* @since 30.0.0
*
* @param IMessage $message mail message object with all required parameters to send a message
* @param array $options array of options reserved for future use
*/
public function sendMessage(IMessage $message, array $option = []): void;

The method may throw a OCP\Mail\Provider\Exception\SendException

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of developer experience
Projects
Development

Successfully merging a pull request may close this issue.

2 participants