Copyright © Geoff Cant
Version: 0.3, Apr 17 2026 10:57:00
Authors: Geoff Cant (nem@erlang.geek.nz).
| close/1 | |
| command/2 | |
| connect/3 | |
| read_response/1 | |
| read_response_all/1 | |
| send/2 | |
| send_data/2 |
close(Esmtp_sock) -> any()
command(S, Command) -> any()
connect(Host, Port, Type) -> any()
read_response(S) -> any()
read_response_all(S) -> any()
send(S, Data) -> any()
send_data(S, Data) -> any()
Generated by EDoc