https://github.com/sunsetmkt/noreply-vercel
no-reply email sender for vercel
https://github.com/sunsetmkt/noreply-vercel
Last synced: 4 months ago
JSON representation
no-reply email sender for vercel
- Host: GitHub
- URL: https://github.com/sunsetmkt/noreply-vercel
- Owner: SunsetMkt
- License: gpl-3.0
- Created: 2022-08-04T02:20:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T12:43:19.000Z (over 3 years ago)
- Last Synced: 2025-10-11T19:24:09.594Z (9 months ago)
- Language: HTML
- Homepage: noreply-vercel.vercel.app
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noreply-vercel
no-reply email sender for vercel
Developed for Yandex Mail, but still customizable.
为Yandex邮箱设计的邮件发送Webhook,可部署在Vercel上,基于Flask。
需要配置的环境变量:
* `YANDEX_MAIL_USER` 发信邮箱
* `YANDEX_MAIL_PWD` 邮箱登录密码/应用密码
* `API_TOKEN` 任意随机字符串,用于调用此接口时鉴权