Testing welcome email through provisioner team
This commit is contained in:
parent
deda534aea
commit
b808fa8de8
@ -639,10 +639,10 @@ It's <b>your</b> computer. Let's make it work for you!
|
||||
EOF
|
||||
|
||||
# Send out e-mail from mail container with details
|
||||
docker exec mail bash -c "mail -r admin@$DOMAIN -a \"Content-type: text/html\" -s \"Welcome to Federated\" admin@$DOMAIN < /root/certs/mailfile"
|
||||
docker exec mail bash -c "mail -r admin@$DOMAIN -a \"Content-type: text/html\" -s \"Welcome to Federated\" $EMAIL < /root/certs/mailfile"
|
||||
cat /federated/apps/mail/data/root/certs/mailfile
|
||||
rm /federated/apps/mail/data/root/certs/mailfile
|
||||
#docker exec mail bash -c "mail -r admin@$DOMAIN -a \"Content-type: text/html\" -s \"Welcome to Federated\" admin@$DOMAIN < /root/certs/mailfile"
|
||||
#docker exec mail bash -c "mail -r admin@$DOMAIN -a \"Content-type: text/html\" -s \"Welcome to Federated\" $EMAIL < /root/certs/mailfile"
|
||||
#cat /federated/apps/mail/data/root/certs/mailfile
|
||||
#rm /federated/apps/mail/data/root/certs/mailfile
|
||||
}
|
||||
print_details_starter() {
|
||||
cat > /federated/apps/mail/data/root/certs/mailfile <<EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user