Zymonic Toolkit Email: Difference between revisions

From Zymonic
Content added Content deleted
(Created page)
 
(Given instruction)
Line 1: Line 1:
<div id="get_links"></div>
placeholder
This page contains all of the options for:
<pre>
sudo zymonic_toolkit.pl Email
</pre>


=Email Handler=
Returns list of locks which would be required to run the action.
<pre>
sudo zymonic_toolkit.pl Email email_handler
</pre>

<ul>
<li>
==System==
The system to be inspected. This is required for the command to work.
<pre>
sudo zymonic_toolkit.pl Email email_handler --system SYSTEM
</pre>
</li>
<li>
==Message==
The message to be parsed. This is required for the command to work.
<pre>
sudo zymonic_toolkit.pl Email email_handler --message MESSAGE_PATH_ON_SERVER
</pre>
</li>
<li>
==Process==
The process to add it to. This must be defined with the correct options, please [[Messaging Module|click here]] for more details. This is required for the command to work.
<pre>
sudo zymonic_toolkit.pl Email email_handler --process PROCESS_ZNAME
</pre>
</li>
</ul>

Revision as of 11:41, 30 April 2019

This page contains all of the options for:

sudo zymonic_toolkit.pl Email


Email Handler

Returns list of locks which would be required to run the action.

sudo zymonic_toolkit.pl Email email_handler
  • System

    The system to be inspected. This is required for the command to work.

    sudo zymonic_toolkit.pl Email email_handler --system SYSTEM
    
  • Message

    The message to be parsed. This is required for the command to work.

    sudo zymonic_toolkit.pl Email email_handler --message MESSAGE_PATH_ON_SERVER
    
  • Process

    The process to add it to. This must be defined with the correct options, please click here for more details. This is required for the command to work.

    sudo zymonic_toolkit.pl Email email_handler --process PROCESS_ZNAME