id | R Documentation |
Set message ID.
id(msg, id)
msg |
A message object. |
id |
An ID for the message. |
A message object.
# Create a message and set the ID
msg <- envelope() %>% id("1234567890.123456@example.com")
# Create a message with specified ID
msg <- envelope(id="1234567890.123456@example.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.