package async_smtp
SMTP client and server
Install
Dune Dependency
Authors
Maintainers
Sources
async_smtp-v0.13.0.tar.gz
sha256=422266cc1c2605572eb2448ee84fc401db7f118f76fb83f372bdc3afd88fbf80
md5=c1d8da85c95a31ccfe19bc25f90dabbe
Description
Published: 29 Jan 2020
README
README.org
~async_smtp~ is a library that implements SMTP (Simple Mail Transport Protocol), with functionality for acting as a client or server. In combination with the ~email_message~ library, it is used as the core of Jane Street's internal MTA (Message Transfer Agent, aka "email server") ~mailcore~. The library provides a namespace overlay and is intended to be used by starting your program with. #+BEGIN_SRC ocaml open Async_smtp #+END_SRC Users wishing to act as SMTP clients (i.e. to send an email) should look at the ~Simplemail~ module. E.g.: #+BEGIN_SRC ocaml Simplemail.send ~to_:[Email_address.of_string_exn "example@example.com"] ~subject:"Example message" (Simplemail.Content.text "This is an example message.") #+END_SRC ~async_smtp~ supports more advanced features including TLS and various modes of SMTP authentication. See the ~sample~ directory for some examples. If you need help, run into bugs, or have a feature request, you can contact the developers at <app-mailcore-dev@janestreet.com>.
Dependencies (17)
-
dune
>= "1.5.1"
- cryptokit
- base64
-
textutils
>= "v0.13" & < "v0.14"
-
sexp_macro
>= "v0.13" & < "v0.14"
-
resource_cache
>= "v0.13" & < "v0.14"
-
re2
>= "v0.13" & < "v0.14"
-
ppx_jane
>= "v0.13" & < "v0.14"
-
email_message
>= "v0.13" & < "v0.14"
-
core
>= "v0.13" & < "v0.14"
-
async_ssl
>= "v0.13" & < "v0.14"
-
async_shell
>= "v0.13" & < "v0.14"
-
async_sendfile
>= "v0.13" & < "v0.14"
-
async_inotify
>= "v0.13" & < "v0.14"
-
async_extra
>= "v0.13" & < "v0.14"
-
async
>= "v0.13" & < "v0.14"
-
ocaml
>= "4.08.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page