VISULOX 5 Documentation

How to control mailinggroups from the command line


Overview

The command line tool "VISULOX admin mailinggroup" allows to control mailinggroups.


Usage

The following subcommands are available:

Command

Description

list

List and print mailinggroups.

add

Add a mailinggroup.

edit

Modify fields of a mailinggroup.

delete

Remove a mailinggroup.

fields

List available database fields (-raw = enhanced output)

Mailinggroup elements (edit)


Element

Description

-name <>

Name of the mailinggroup <> (mandatory!)

-comment <>

Comment of the mailinggroup <>

-emails <>

List of emails <>

-groups <>

List of objects <>

-grant <>

Set granted user in database record <>

Examples


visulox admin mailinggroup list     
    ----------------
    |    basicname |
    ----------------
    |    MAILGROUP |
    | MAILApprover |
    ----------------


visulox admin mailinggroup add -name Test -emails "ttt1@amitego.com ttt2@amitego.com ttt3@amitego.com"


visulox admin mailinggroup edit -name Test -comment "Test mailinggroup"


visulox mailinggroup delete -name Test