Learn R Programming

sendmailR (version 1.2-1)

mime_part: Create a MIME part

Description

Create a MIME part

Usage

mime_part(x, name, ...)

Arguments

x

Object to include

name

Name of mime part. Usually the filename of the attachment as displayed by the e-mail client.

...

Possible further arguments for mime_part implementations.

Value

An S3 mime_part object.