package smtp
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
SMTP library with Unix and Lwt backends
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.3.tar.gz
sha256=ff913a65dfdda612d2e51a31a76afae6e7353b717e172c65731000c8db4d8286
md5=181b1ec742b598ad54b1622c5a7d3b6d
doc/smtp.unix/Smtp/module-type-S/index.html
Module type Smtp.S
module Addr : sig ... endModule for handling email addresses.
Exception raised when the remote SMTP server returns a negative reply.
open ~host ~port is a promise of a handle to an open connection to the SMTP server located at host:port.
close h closes h, cleanly exiting the connection to the SMTP server if needed.
request h req sends req to the SMTP server handled by h.
send h ~from ~to_ ~body use the SMTP handled by h to send a mail of body ~body from address ~from to addresses ~to_.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>