Settings

Theme

A simple way to send emails using Docker and bash

adamfallon.com

3 points by AJRF 3 months ago · 2 comments

Reader

blueflow 3 months ago

Whats the problem with configuring and using sendmail(1)?

  • AJRFOP 3 months ago

    Hey, by all means go ahead - my personal reasons for doing it this way;

    - Self contained dependencies managed for me by the maintainer of the image.

    - I already run docker and keep all my configuration in a git folder that is structured in a way my brain works

    - I already run watchtower which updates container for me automatically

    - Other containers can use this container to send mail

    - sendmail.cf scares me.

    - filesystem isolation if it gets pwned

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection