Hooks to be used to receive/send emails.
Author: brian (git@myr.sh)
Date: Tue Jan 16 12:29:11 2024 -0300
Parent: 2a7261b
Fixed boundary end
diff --git a/receive-example.domain b/receive-example.domain
index 5559fd4..cabd5ba 100755
--- a/receive-example.domain
+++ b/receive-example.domain
@@ -142,17 +142,14 @@ emails() {
"") break ;;
esac
done
-
cat <<- EOF
- <br>
</pre>
</details>
- <br>
EOF
case "$ctype" in
"multipart"*)
- boundary="${boundary%\"}"
+ boundary="${boundary%\";}"
printf "<pre>\n"
while read -r line
do