WriteThunderBirdFilters: Setup Rule File for ThunderBird & FiltaQuilla

Description Usage Arguments Value Examples

Description

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

Usage

1
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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
####################################################
# 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")

kenithgrey/MobileTrigger documentation built on May 20, 2019, 12:36 p.m.