Solved mailu token bug

This commit is contained in:
2025-10-13 10:50:59 +02:00
parent 3da645f3b8
commit 087175a3c7
5 changed files with 11 additions and 10 deletions

View File

@@ -19,7 +19,7 @@
-H "Authorization: Bearer {{ MAILU_API_TOKEN }}"
-H "Content-Type: application/json"
-d '{{ {
"comment": SOFTWARE_NAME,
"comment": mailu_token_name,
"email": users[mailu_user_key].email,
"ip": mailu_token_ip
} | to_json }}'