esmtp
esmtp copied to clipboard
Erlang SMTP library
We no longer need to use our own all started method - application:ensure_all_started/1 should do the trick instead.
Currently the client does not detect if a message is not sent and therefore it gets lost. It would be nice if the client would try to resend the message...
Hello, I want to try send/receive mail with esmtp from local computer with dynamic ip, i bind my ip to static in dyndns, and bind domain to this computer. How...