The goal of this project is to be used as a "Mail Proxy" (REST API).
- Create a "Mail" destination named "Destination"
- Add the following SMTP(S) properties
POST @ {host}/services/js/mail/proxy/service.js
{
"from": "from.address@example.com",
"to": "to.address@example.com",
"subject": "Mail Proxy",
"content": "This is the content sent by the Mail Proxy (https://github.com/dirigiblelabs/mail_proxy)"
}