国内精品久久久久影院日本,日本中文字幕视频,99久久精品99999久久,又粗又大又黄又硬又爽毛片

Skip to main content Link Menu Expand (external link) Copy Copied

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 "to=example@example.com&subject=email body&body=<em>hello</em>.&type=text/html&attachments[][type]=text/plain&attachments[][content]=aGVsbG8sIHdvcmxkIQ==&attachments[][filename]=hello.txt"