Learn R Programming

emayili (version 0.4.4)

reply: Add Reply-To field to message

Description

Add Reply-To field to message

Usage

reply(msg, reply_to = NULL)

Arguments

msg

A message object.

reply_to

Email address.

Value

A message object.

See Also

subject, from, to, cc and bcc

Examples

Run this code
# NOT RUN {
msg <- envelope()
reply(msg, "gerry@gmail.com")
# }

Run the code above in your browser using DataLab