/ezmtp

ZMTP protocol in pure Erlang.

Primary LanguageErlang

ezmtp

ZMTP protocol in pure Erlang. Uses ranch for socket management implementing both 13/ZMTP and 15/ZMTP protocol versions.

Usage

Check test_handler.erl - it implements simple ezmtp_handler behavior with single handle function

TODO

Add some documentation and more examples.