https://github.com/simplicitesoftware/module-mailtester
A Simple SMTP Tester Module
https://github.com/simplicitesoftware/module-mailtester
Last synced: 6 months ago
JSON representation
A Simple SMTP Tester Module
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-mailtester
- Owner: simplicitesoftware
- Created: 2021-02-22T10:11:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T14:10:39.000Z (over 1 year ago)
- Last Synced: 2024-12-29T10:44:51.411Z (over 1 year ago)
- Language: Java
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

* * *
`MailTester` module definition
==============================
A basic module to send emails and verify SMTP functions
`MtsSender` business object definition
--------------------------------------
### Fields
| Name | Type | Required | Updatable | Personal | Description |
|--------------------------------------------------------------|------------------------------------------|----------|-----------|----------|----------------------------------------------------------------------------------|
| `mtsSndMail` | email(250) | yes* | yes | | - |
| `mtsSndContent` | text(300) | yes | yes | | - |
| `mtsSndAttachment` | document | | yes | | - |
### Custom actions
* `send`: