Learn R Programming

emayili (version 0.4.4)

from: Add From field to message

Description

Add From field to message

Usage

from(msg, from = NULL)

Arguments

msg

A message object.

from

Email address.

Value

A message object.

See Also

subject, to, cc, bcc and reply

Examples

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

Run the code above in your browser using DataLab