Skip to main content
Skip table of contents

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:

CommandDescription
listList and print mailinggroups.
addAdd a mailinggroup.
editModify fields of a mailinggroup.
deleteRemove a mailinggroup.
fieldsList available database fields (-raw = enhanced output)

Mailinggroup elements (edit)


ElementDescription
-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


List current available mailinggroups

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

Add new mailinggroup

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

Edit mailinggroup

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

Remove an entry

CODE
visulox mailinggroup delete -name Test




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.