docker_test.sh 363 B

1234567891011
  1. #!/bin/bash
  2. docker run \
  3. -e M_SERVER_ADDRESS=smtp.autistici.org \
  4. -e M_USER=problemi.ma@anche.no \
  5. -e M_PASSWORD=$(pass personal/ai/otp/mail/sendmail-stakhanov) \
  6. -e M_FROM=blallo@autistici.org \
  7. -e M_TO=blallo@riseup.net \
  8. -e M_SUB="test mail from docker image" \
  9. -e M_TEXT="Test from docker image" \
  10. -ti leophys/sendmail:latest