diff options
-rw-r--r-- | ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 index b543e76..cad3e06 100644 --- a/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 +++ b/ansible/roles/postfix/templates/services/fredrick-reply.sh.j2 @@ -41,7 +41,7 @@ FINAL_JSON=$(jq -r -c -n \ --arg sent_at_unix "$DATE_UNIX" \ --arg sent_at_unparsed "$MESSAGE_DATE" \ --argjson body "$JSON_BODY" \ - '{sent_at_unix: $sent_at, sent_at_unparsed: $sent_at_unparsed, + '{sent_at_unix: $sent_at_unix, sent_at_unparsed: $sent_at_unparsed, from: $from, subject: $subject, body: $body}') FRED_RESPONSE=$(curl -X POST "$FREDRICK_ENDPOINT" \ |