Skip to content

Commit

Permalink
email shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Sep 12, 2023
1 parent fc60afd commit 34f3be2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ name: oJob-common
main: ''
mainJob: ''
license: Apache 2.0
version: '20230906'
version: '20230911'
dependencies:
openaf: '>=20211229'
files:
Expand Down
23 changes: 23 additions & 0 deletions oJobEmail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,29 @@ jobs:
## ------------

- name : oJob Send email
typeArgs :
noLog : false
shortcut:
name : email
keyArg: subject
args :
server : server
port : port
from : from
to : to
cc : cc
bcc : bcc
isHTML : isHTML
output : output
altOutput : altOutput
credentials : credentials
useSSL : useSSL
useTLS : useTLS
embedFiles : embedFiles
addAttachments: addAttachments
addImages : addImages
embedURLs : embedURLs
debug : debug
help :
text : This job tries to send an email.
expects:
Expand Down

0 comments on commit 34f3be2

Please sign in to comment.