Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 287 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 287 Bytes

whmcs-inbound-piped

Local testing

$ make build
$ ./whms-inbound-piped
$ echo 'Message body' | \
  docker run -it --rm s-nail \
    -vv \
    --set=mta='smtp://host.docker.internal' \
    --subject='A subject' \
    'Foobar <foobar@host.docker.internal>'