Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 406 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 406 Bytes

DeliveryMan

Simple handler for form on your site

Required environment variables

SMTP_HOSTNAME=smtp.yandex.ru
SMTP_PORT=587
SMTP_TLS=DISABLED | OPTIONAL | REQUIRED
[email protected]
SMTP_PASSWORD=asdf123###123asdf

[email protected],[email protected]
MSG_TITLE=message from form
MSG_SITENAME=you.company.com

API

POST /form JSON { email, message, phone, name }