8000 GitHub - nicksedov/smtp-bot: A tiny software that receive a smtp request (email) and send it to the specified webhook as a http post request
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A tiny software that receive a smtp request (email) and send it to the specified webhook as a http post request

License

Notifications You must be signed in to change notification settings

nicksedov/smtp-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smtp-bot

SMTP-сервер, который полученные письма перенаправляет в Telegram В

Параметры командной строки

Имя | Описание | Значение по умолчанию

name | Отображаемое имя сервера | smtp-bot listen | Адрес SMTP-сервера | :smtp msglimit | Макс. размер вхо 5FAD дящего сообщения, байт | 2097152 ( = 2 Мб) timeout.read | Таймаут чтения, сек. | 5 timeout.write | Таймаут записи, сек. | 5 config | файл конфигурации (YAML) | sbconn-settings.yaml bot.token | Токен Telegram-бота |

Пример вызова командной строки: /opt/smtp-bot/smtp-bot -listen=: -config=<path/to/settings_yaml> -bot.token=<telegram_token>

Contribution

SMTP Based on original repo from @alash3al Thanks to @aranajuan

About

A tiny software that receive a smtp request (email) and send it to the specified webhook as a http post request

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0