Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
eb6395a6
"vscode:/vscode.git/clone" did not exist on "29f4df801815712d70154a43103d815b006e5546"
Unverified
Commit
eb6395a6
authored
Nov 09, 2021
by
neil
Committed by
GitHub
Nov 09, 2021
Browse files
Update mail.sh
parent
2b2845aa
Changes
1
Show whitespace changes
Inline
Side-by-side
notify/mail.sh
View file @
eb6395a6
...
@@ -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?
$(
printf
"%b"
"
$_subject
"
| _base64
)
?="
subject
=
"=?UTF-8?B?
$(
printf
--
"%b"
"
$_subject
"
| _base64
)
?="
result
=
$(
{
_mail_body |
eval
"
$(
_mail_cmnd
)
"
;
}
2>&1
)
result
=
$(
{
_mail_body |
eval
"
$(
_mail_cmnd
)
"
;
}
2>&1
)
# shellcheck disable=SC2181
# shellcheck disable=SC2181
...
...
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