Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
ee2dab51
Commit
ee2dab51
authored
Nov 08, 2021
by
Scre13
Browse files
removed newline at the end of subject, added MIME-Version header
parent
b2fc84c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/mail.sh
View file @
ee2dab51
...
@@ -62,7 +62,7 @@ mail_send() {
...
@@ -62,7 +62,7 @@ mail_send() {
fi
fi
contenttype
=
"text/plain; charset=utf-8"
contenttype
=
"text/plain; charset=utf-8"
subject
=
"=?UTF-8?B?
$(
echo
"
$_subject
"
| _base64
)
?="
subject
=
"=?UTF-8?B?
$(
printf
"
$_subject
"
"%b"
| _base64
)
?="
result
=
$(
{
_mail_body |
eval
"
$(
_mail_cmnd
)
"
;
}
2>&1
)
result
=
$(
{
_mail_body |
eval
"
$(
_mail_cmnd
)
"
;
}
2>&1
)
# shellcheck disable=SC2181
# shellcheck disable=SC2181
...
@@ -131,6 +131,7 @@ _mail_body() {
...
@@ -131,6 +131,7 @@ _mail_body() {
echo
"To:
$MAIL_TO
"
echo
"To:
$MAIL_TO
"
echo
"Subject:
$subject
"
echo
"Subject:
$subject
"
echo
"Content-Type:
$contenttype
"
echo
"Content-Type:
$contenttype
"
echo
"MIME-Version: 1.0"
echo
echo
;;
;;
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment