Package sendmailr. February 20, 2015



Similar documents
Package EasyHTMLReport

Package retrosheet. April 13, 2015

Package urltools. October 11, 2015

Package uptimerobot. October 22, 2015

Package httprequest. R topics documented: February 20, 2015

Package OECD. R topics documented: January 17, Type Package Title Search and Extract Data from the OECD Version 0.2.

Package TSfame. February 15, 2013

Package LexisPlotR. R topics documented: April 4, Type Package

Package searchconsoler

Package sjdbc. R topics documented: February 20, 2015

Package cgdsr. August 27, 2015

Package erp.easy. September 26, 2015

Package empiricalfdr.deseq2

Network Services. SMTP, Internet Message Format. Johann Oberleitner SS 2006

Package date. R topics documented: February 19, Version Title Functions for handling dates. Description Functions for handling dates.

Networking Applications

Package hoarder. June 30, 2015

SendMIME Pro Installation & Users Guide

Package plan. R topics documented: February 20, 2015

Package tagcloud. R topics documented: July 3, 2015

Package MBA. February 19, Index 7. Canopy LIDAR data

Electronic Mail

ing from The E2 Shop System address Server Name Server Port, Encryption Protocol, Encryption Type, SMTP User ID SMTP Password

Package translater. R topics documented: February 20, Type Package

Envelope (SMTP) Journaling for Microsoft Exchange 2007 and 2010

Package optirum. December 31, 2015

Package DCG. R topics documented: June 8, Type Package

Package pxr. February 20, 2015

PCRecruiter Internal Client

1. Seam Mail Introduction 2. Configuration 3. Core Usage 4. Templating 5. Advanced Features

Configuration Network Management Card-2

Package bigdata. R topics documented: February 19, 2015

Package xtal. December 29, 2015

. Electronic mail, or , is the most frequently used service on the Internet. Seema Sirpal Delhi University Computer Centre

Package polynom. R topics documented: June 24, Version 1.3-8

Envelope (SMTP) Journaling for Microsoft Exchange 2007 and 2010

DocuShare Print and Setup and User Guide

smtplib SMTP protocol client

# Constructors $smtp = Net::SMTP->new('mailhost'); $smtp = Net::SMTP->new('mailhost', Timeout => 60);

# Constructors $smtp = Net::SMTP->new('mailhost'); $smtp = Net::SMTP->new('mailhost', Timeout => 60);

SMTP-32 Library. Simple Mail Transfer Protocol Dynamic Link Library for Microsoft Windows. Version 5.2

Package HadoopStreaming

Package globe. August 29, 2016

Mail system components. Electronic Mail MRA MUA MSA MAA. David Byers

Package DiallelAnalysisR

2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET)

MICROSOFT OUTLOOK 2010 READ, ORGANIZE, SEND AND RESPONSE S

Evolution of the WWW. Communication in the WWW. WWW, HTML, URL and HTTP. HTTP Abstract Message Format. The Client/Server model is used:

escan SBS 2008 Installation Guide

Information on Syslog For more information on syslog, see RFC Released: December 2006 Interoperability issues: None. Table 1: Syslog at a Glance

Mail User Agent Project

Package whoapi. R topics documented: June 26, Type Package Title A 'Whoapi' API Client Version Date Author Oliver Keyes

Package syuzhet. February 22, 2015

Serial Deployment Quick Start Guide

JAVAMAIL API - SMTP SERVERS

Install and Configure RelayFax

Motivation retaining redisplaying

Package RCassandra. R topics documented: February 19, Version Title R/Cassandra interface

Package pdfetch. R topics documented: July 19, 2015

SpamPanel Reseller Level Manual 1 Last update: September 26, 2014 SpamPanel

Setting up SMTP in Talis Decisions

Package hazus. February 20, 2015

POP3 Connector for Exchange - Configuration

Package treemap. February 15, 2013

Security. Michael E. Locasto University of Calgary

StreamServe . User Guide SP2 Rev A

2- Electronic Mail (SMTP), File Transfer (FTP), & Remote Logging (TELNET)

Package wordnet. January 6, 2016

Package RIGHT. March 30, 2015

Send TLM. Table of contents

Basics of Microsoft Outlook/ . Microsoft Outlook

Package SHELF. February 5, 2016

Package dunn.test. January 6, 2016

Using Your New Webmail

Package ggrepel. February 8, 2016

& text message (SMS) relaying using Talk2M

Package neuralnet. February 20, 2015

Package lmertest. July 16, 2015

Enterprise Vault.cloud. Microsoft Exchange Managed Folder Archiving Guide

Package bizdays. March 13, 2015

10 Step 2 System Service Setup. 11 Step 3 RelayFax Server Setup. 11 Step 4 Company Name and CSID String. 12 Step 5 Fax and Voice Number

Package hive. July 3, 2015

Package fimport. February 19, 2015

IBM Unica emessage Version 8 Release 6 February 13, User's Guide

Package PKI. July 28, 2015

BarricadeMX. QUICK GUIDE FOR COMMON TASKS Step by step instructions for Getting started with BarricadeMX, version 2.x Fort Systems Ltd 2009

Package R4CDISC. September 5, 2015

Phishing by data URI

versasrs HelpDesk quality of service

Transcription:

Version 1.2-1 Title send email using R Package sendmailr February 20, 2015 Package contains a simple SMTP client which provides a portable solution for sending email, including attachment, from within R. Depends R (>= 3.0.0) Imports base64enc License GPL-2 LazyData yes Author Olaf Mersmann [aut, cre], Quinn Weber [ctb] Maintainer Olaf Mersmann <olafm@p-value.net> NeedsCompilation no Repository CRAN Date/Publication 2014-09-21 13:32:55 R topics documented: mime_part.......................................... 2 mime_part.character.................................... 2 mime_part.data.frame.................................... 3 mime_part.default...................................... 3 mime_part.ggplot...................................... 4 mime_part.matri...................................... 4 mime_part.trellis...................................... 5 sendmail........................................... 5 sendmail_options...................................... 6 Inde 8 1

2 mime_part.character mime_part Create a MIME part Create a MIME part mime_part(,,...) Object to include Name of mime part. Usually the file of the attachment as displayed by the e-mail client.... Possible further arguments for mime_part implementations. mime_part.character Create a MIME part from a character string. If the string matches a file, a MIME part containing that file is returned instead. Create a MIME part from a character string. If the string matches a file, a MIME part containing that file is returned instead. ## S3 method for class character mime_part(,,...) Character string, possibly a file. Name of attachment.

mime_part.data.frame 3 mime_part.data.frame Create a MIME part from a data.frame. Create a MIME part from a data.frame. ## S3 method for class data.frame mime_part(, = deparse(substitute()),...) A data.frame. Base of file attachment that is generated. mime_part.default Default MIME part method Creates a string representation of the object using dput. This representation is then turned into a file attachment. ## Default S3 method: mime_part(,,...) R object File used for attachment (sans the.r etension)

4 mime_part.matri mime_part.ggplot Creates a MIME part from a ggplot2 plot object Writes a PDF file of the plot defined by and turns this PDF file into a file attachment. ## S3 method for class ggplot mime_part(, = deparse(substitute()), device = pdf,...) device A ggplot object Name of attachment (sans.pdf etension). Graphics device used to render the plot. Defaults to pdf. mime_part.matri Create a MIME part from a matri. Create a MIME part from a matri. ## S3 method for class matri mime_part(, = deparse(substitute()),...) Matri An S3 mime_part object Base of file attachment that is generated.

mime_part.trellis 5 mime_part.trellis Creates a MIME part from a trellis plot object Writes a PDF file of the plot defined by and turns this PDF file into a file attachment. ## S3 method for class trellis mime_part(, = deparse(substitute()), device = pdf,...) device A trellis (lattice) object Name of attachment (sans.pdf etension). Graphics device used to render the plot. Defaults to pdf. sendmail Send mail from within R Simplistic sendmail utility for R. Uses SMTP to submit a message to a local SMTP server. sendmail(from, to, subject, msg, cc, bcc,..., headers = list(), control = list()) from to subject msg cc From whom the mail message is (RFC2822 style address). Recipient of the message (vector of valid RFC2822 style addresses). Subject line of message. Body tet of message or a list containing mime_part objects. Carbon-copy recipients (vector of valid RFC2822 style addresses).

6 sendmail_options bcc Blind carbon-copy recipients (vector of valid RFC2822 style addresses). headers Any other headers to include. control List of SMTP server settings. Valid values are the possible options for sendmail_options....... See Also mime_part for a way to add attachments. Eamples ## Not run: from <- sprintf("<sendmailr@\\%s>", Sys.info()[4]) to <- "<olafm@datensplitter.net>" subject <- "Hello from R" body <- list("it works!", mime_part(iris)) sendmail(from, to, subject, body, control=list(smtpserver="aspmx.l.google.com")) ## End(Not run) sendmail_options Set package specific options. Specify global sendmail options so that subsequent calls to sendmail() do not have to set them in the control argument. sendmail_options(...) sendmailoptions(...)... Any options can be defined, using =value or by passing a list of such tagged values. However, only the ones below are used in base sendmailr. Details List of options: smtpserversmtp 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. smtpportsmtp port to use. Usually 25 but some institutions require the use of the submission service (port 587). verboseshow detailed information about message submission. Useful for debugging.

sendmail_options 7 For sendmail_options(), a list of all set options sorted by. For sendmail_options(), 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). Author(s) Olaf Mersmann <olafm@datensplitter.net>

Inde Topic utilities sendmail, 5 mime_part, 2, 5, 6 mime_part.character, 2 mime_part.data.frame, 3 mime_part.default, 3 mime_part.ggplot, 4 mime_part.matri, 4 mime_part.trellis, 5 sendmail, 5 sendmail_options, 6, 6 sendmailoptions (sendmail_options), 6 8