Allow Python Docker to relay email through host's Sendmail [closed] Allow Python Docker to relay email through host's Sendmail [closed] docker docker

Allow Python Docker to relay email through host's Sendmail [closed]


OK, so the smart thing to do is to forget about sendmail and use the docker container bytemark/smtp to create a mail server and then connect and send from the python container.