Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 739 Bytes

index.md

File metadata and controls

17 lines (13 loc) · 739 Bytes
layout title nav_order
home
Home
0

Email over HTTP for Test Environments

cinotify provides a notification service for restricted environments with limited resources and permissions.

Typically, continuous integration tests and builds run within a docker container that does not have access to send mail over SMTP. Additionally, this service provides a way to send notifications without leaking SMTP credentials of your company domain to a build environment.

curl --request POST 'https://www.cinotify.cc/api/notify' \
  -d "[email protected]&subject=email body&body=<em>hello</em>.&type=text/html&attachments[][type]=text/plain&attachments[][content]=aGVsbG8sIHdvcmxkIQ==&attachments[][filename]=hello.txt"