smtprelay

Simple Golang SMTP relay/proxy server

MIT License

Stars
32
Committers
14

Bot releases are hidden (Show)

smtprelay - v2.0.3 Latest Release

Published by hairyhenderson 9 months ago

What's Changed

Full Changelog: https://github.com/grafana/smtprelay/compare/v2.0.2...v2.0.3

smtprelay - v2.0.2

Published by hairyhenderson 9 months ago

smtprelay - v2.0.1

Published by hairyhenderson 9 months ago

What's Changed

Full Changelog: https://github.com/grafana/smtprelay/compare/v2.0.0...v2.0.1

smtprelay - v2.0.0

Published by hairyhenderson 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/smtprelay/compare/v1.5.1...v2.0.0

smtprelay - v1.5.1

Published by hairyhenderson 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/smtprelay/compare/v1.5.0...v1.5.1

smtprelay - v1.5.0

Published by stephaniehingtgen about 3 years ago

Adds flags to set configurable limits (https://github.com/grafana/smtprelay/pull/19)
The flags with their defaults are:
max_message_size = 51200000
max_connections = 100
max_recipients = 100
read_timeout = 60s
write_timeout = 60s
data_timeout = 5m