#!/bin/bash
#
USER_MAIL=$1
CODE=$2
LINK=$(taldir-cli -l -a $1 -c $2)
TOPIC=$3
MESSAGE=$4 # Interpret backslash (newline etc)
echo -e $MESSAGE | mail -s "Taldir Registration Confirmation" $USER_MAIL
