Email#
Add to module run order:
#BioModule biolockj.module.report.Email
Description#
Send an email containing the pipeline summary when the pipeline either completes or fails.
Properties#
Properties are the name=value
pairs in the configuration file.
Email properties:#
Property | Description |
---|---|
mail.encryptedPassword | string The Base 64 encrypted password is stored in the Config file using this property. default: 7GYvu1m+Yv1Gk7Cd9BLaznJ/jq33g0q1 |
mail.from | string Admin email address used to send user pipeline notifications default: biolockj@gmail.com |
mail.smtp.auth | string default: Y |
mail.smtp.host | string javax.mail.Session SMTP host default: smtp.gmail.com |
mail.smtp.port | integer default: 587 |
mail.smtp.starttls.enable | boolean default: Y |
mail.to | string default: null |
General properties applicable to this module:#
none
Details#
version: 1.0.0 none
Adds modules#
pre-requisite modules
none found
post-requisite modules
none found
Docker#
If running in docker, this module will run in a docker container from this image:
biolockjdevteam/biolockj_controller:latest
This can be modified using the following properties:
Email.imageOwner
Email.imageName
Email.imageTag
Citation#
Module developed by Mike Sioda.
BioLockJ v1.4.2