adams.flow.transformer.CreateEmail
Actor for creating emails to be sent. The (optional) attachments are taken from the input.
Variables in 'subject', 'body' and 'signature' are automatically replaced whenever the actor is executed.
Flow input/output:
- input: java.lang.String, java.lang.String[], java.io.File, java.io.File[]
- output: adams.core.net.Email
The logging level for outputting errors and debugging output.
command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> |
default | WARNING |
min-user-mode | Expert |
The name of the actor.
command-line | -name <java.lang.String> |
default | CreateEmail |
The annotations to attach to this actor.
command-line | -annotation <adams.core.base.BaseAnnotation> |
default |
|
If set to true, transformation is skipped and the input token is just forwarded as it is.
command-line | -skip <boolean> |
default | false |
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
command-line | -stop-flow-on-error <boolean> |
default | false |
min-user-mode | Expert |
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
command-line | -silent <boolean> |
default | false |
min-user-mode | Expert |
The sender address to use.
command-line | -sender <adams.core.net.EmailAddress> |
The recipients to send the email to.
command-line | -recipient <adams.core.net.EmailAddress> [-recipient ...] |
default |
|
The CC recipients to send the email to.
command-line | -cc <adams.core.net.EmailAddress> [-cc ...] |
default |
|
The BCC recipients to send the email to.
command-line | -bcc <adams.core.net.EmailAddress> [-bcc ...] |
default |
|
The subject of the email, can contain variables.
command-line | -subject <java.lang.String> |
default |
|
The body of the email, can contain variables.
command-line | -body <adams.core.base.BaseText> |
default |
|
The signature of the email, gets separated by an extra line consisting of '--', can contain variables.
command-line | -signature <adams.core.base.BaseText> |
default | Peter Reutemann, Dept. of Computer Science, University of Waikato, NZ\\nhttp://www.cms.waikato.ac.nz/~fracpete/ Ph. +64 (7) 858-5174 |