Files
wordpress/entrypoint.mailrelay.sh.tmpl

8 lines
227 B
Cheetah
Raw Normal View History

2020-09-26 20:31:13 +02:00
#!/bin/bash
apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y msmtp && rm -rf /var/lib/apt/lists/*
2020-09-27 21:27:08 +02:00
echo "sendmail_path = /usr/bin/msmtp -t -i" > /usr/local/etc/php/conf.d/sendmail.ini
2022-03-31 12:14:25 +02:00
/docker-entrypoint.sh