Skip to content
Snippets Groups Projects
Commit c576ae76 authored by Recolic's avatar Recolic :house_with_garden:
Browse files

quick_push

parent 6d4bdc6f
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ function mailr
set -l title "[mailr] RECOLIC SHELL NOTIFY"
echo ">>> Sending email:" root@recolic.net "$title: $message" 1>&2
curl "https://recolic.net/api/email-notify.php?apiKey="(rsec MAILAPI_KEY)"&recvaddr=root@recolic.net&b64Title="(echo $title | base64)'&b64Content='(echo "[mailr] $message" | base64 -w 0) 1>&2
curl "https://recolic.net/api/email-notify.php?recvaddr=root@recolic.net&b64Title="(echo $title | base64)'&b64Content='(echo "[mailr] $message" | base64 -w 0) 1>&2
return $status
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment