Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 813 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 813 Bytes

Overview

The goal of this project is to be used as a "Mail Proxy" (REST API).

Config

SAP CP

Usage

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)"
}