IMessageSend
in
Mail Message Send Interface
This interface is the required set of methods and functionality used to extend IService with message sending functionality
Tags
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