On branch main
Initial commit Changes to be committed: new file: README.md new file: abx/apply_nsx_tags_for_tiers/README.md new file: abx/apply_nsx_tags_for_tiers/action.py new file: abx/list_vcenter_vms/README.md new file: abx/list_vcenter_vms/action.py new file: abx/send_email/README.md new file: abx/send_email/action.py new file: blueprints/forms/vdefend-form.json new file: blueprints/vdefend-form-driven.yaml
This commit is contained in:
9
abx/send_email/README.md
Normal file
9
abx/send_email/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# ABX: send_email (Python 3)
|
||||
|
||||
Sends a summary email to the requester with the created section/groups and the chosen ports.
|
||||
|
||||
## Inputs
|
||||
- smtp_host, smtp_port (25 default), smtp_user/smtp_pass (optional), use_tls (bool)
|
||||
- from_email, to_email, subject, body (text)
|
||||
|
||||
This action is generic; blueprint post-processing can construct a friendly body.
|
||||
Reference in New Issue
Block a user