#!/bin/bash CONFIG=$(GOMAXPROCS=1 da default-email-config) || exit 1 exec /usr/bin/msmtp -C <(echo "${CONFIG}") "$@"