Nextcloud PHP API (master)

IMessageSend

Mail Message Send Interface

This interface is the required set of methods and functionality used to extend IService with message sending functionality

Tags
since
30.0.0

Table of Contents

Methods

sendMessage()  : void
send an outbound message

Methods

sendMessage()

send an outbound message

public sendMessage(IMessage $message[, array<string|int, mixed> $options = [] ]) : void
Parameters
$message : IMessage

mail message object with all required parameters to send a message

$options : array<string|int, mixed> = []

array of options reserved for future use

Tags
since
30.0.0
throws
SendException

on failure, check message for reason


        
On this page

Search results