email_interface: Email interface

Description Usage Arguments Details

View source: R/functions.R

Description

Email interface

Usage

1
email_interface(email_args_list, viewer = "dialog", height = 800, width = 800)

Arguments

email_args_list

A list as created by 'email_template' or a list of those lists.

viewer

One of dialog, browser or pane. Where the shinyapp will be executed.

height

The height when viewer is set to dialog.

width

The width when viewer is set to dialog.

Details

A simple shiny app that lets you see the details of the emails you composed. You can browser the emails and send one or more. A sent email can't be sent again. If you sent one or more and then click in 'Send all', it will send only the ones that were not sent yet.


vituri/emailinterface documentation built on Dec. 23, 2021, 4:04 p.m.