Learn R Programming

MobileTrigger (version 0.0.31)

WriteThunderBirdFilters: Setup Rule File for ThunderBird & FiltaQuilla

Description

Function sets up the 6 rules you need to list and run the Models, Scripts, and Reports

Usage

WriteThunderBirdFilters(path = NULL, sent.from = NULL)

Arguments

path

string, top level folder called the [TriggerPath]

sent.from

string, e-mail address you will be sending your triggers from when you are out of home or office. The mobile e-mail address.

Value

msgFilterRules.dat on the [TriggerPath].

Examples

Run this code
# NOT RUN {
####################################################
# Setting of MobileTriggers With ThunderBird Rules #
####################################################
  SetupWindowsTrigger(path="c:/triggers",
                      Mail.To = "Your.Email@mobile.com",
                      Mail.From = "R.Triggers@desktop.com",
                      SMTP.Settings=list(
                          host.name = 'some.smtp.sever.com',
                          port = 587,
                          user.name = 'R.Triggers@desktop.com',
                          passwd = 'password', ssl = TRUE)
  )

  WriteThunderBirdFilters(path = "c:/triggers",
                          sent.from = "your.email@Mobile.net")
# }

Run the code above in your browser using DataLab