Learn R Programming

sendmailR (version 1.0-0)

sendmailOptions: Set package specific options.

Description

Specify global sendmail options so that subsequent calls to sendmail() do not have to set them in the control argument.

Usage

sendmailOptions(...)

Arguments

...
any options can be defined, using name=value or by passing a list of such tagged values. However, only the ones below are used in base sendmailR.

Value

  • For sendmailOptions(), a list of all set options sorted by name. For sendmailOptions(name), a list of length one containing the set value, or 'NULL' if it is unset. For uses setting one or more options, a list with the previous values of the options changed (returned invisibly).

Details

List of options:
  • smtpServer
{SMTP server to contact. This can either be the mail server responsible for the destination addresses domain or a smarthost provided by your ISP or institution. SMTP AUTH is currently unsupported.} smtpPort{SMTP port to use. Usually 25 but some institutions require the use of the submission service (port 587).} verbose{Show detailed information about message submission. Useful for debugging.}