Description Usage Arguments Details Methods (by class)
The send_message
method for the client_sendeR
only serves as a placeholder.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ## S3 method for class 'client_gmail'
send_message(
client,
message,
destination,
verbose = FALSE,
subject = "sendeR message",
...
)
## S3 method for class 'client_sendeR'
send_message(client, message, destination, verbose = FALSE, ...)
## S3 method for class 'client_slack'
send_message(client, message, destination = NULL, verbose = FALSE, ...)
## S3 method for class 'client_telegram'
send_message(client, message, destination, verbose = FALSE, ...)
## S3 method for class 'client_with_fields'
send_message(client, message, destination, verbose = FALSE, ...)
send_message(client, message, destination, verbose = FALSE, ...)
|
client |
one of the clients created by the sendeR package. |
message |
a text body of the message to send. Should be a character vector of length one. |
destination |
a destination of the message. Should be a character vector of length one. For more details see Methods (by class) section below. |
verbose |
if is set to |
subject |
a subject of an email message. |
... |
|
Note: arguments to send_message
function are
always prioritized over the client fields.
client_gmail
: destination
is a recipient's email address.
client_slack
: destination
is not used because the Slack
webhook is tied to a single channel.
client_telegram
: destination
is a recipient's chat id.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.