-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
I'm trying to send a plain-text message. Specifically, I'm redirecting the output of another command that needs to arrive in a non-proportional font so the output is correctly formatted.
The command looks like:
sendemail \
-v \
-s smtpserver:25 \
-f $LOGNAME@`hostname` \
-t "$1" \
-u "$SUBJECT" \
-o message-file="$TEMPMAILFILE" \
-o message-content-type=text \
-o [email protected]
But when the message arrives it's not plain-text.
Metadata
Metadata
Assignees
Labels
No labels