echo -ne '\[email protected]\000test_password' | openssl base64
#!/bin/bash
DIR="$( cd "$(dirname "$0")" ; pwd -P )"
[email protected]
MAIL_TO=$1
MAIL_SUBJECT=test-subject
MAIL_BODY=test-body
MTA_HOST=localhost
[email protected]
MTA_PASSWORD=test_password
${DIR}/support/sendemail -f $MAIL_FROM -t $MAIL_TO -s $MTA_HOST -xu $MTA_USER -xp $MTA_PASSWORD -u $MAIL_SUBJECT -m $MAIL_BODY
Content type
Image
Digest
Size
28.1 MB
Last updated
almost 7 years ago
docker pull hillliu/postfix-sasl-dkim