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

dirigiblelabs/mail_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

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