diff --git a/conversations/post-mail.sh b/conversations/post-mail.sh index 78ed968..fc54ab9 100755 --- a/conversations/post-mail.sh +++ b/conversations/post-mail.sh @@ -6,4 +6,4 @@ url="$1" key="$2" -curl ${url} -F 'key=<${key}' -F 'file=@-;filename="email"' +curl "${url}" -F "key=<${key}" -F 'email=@-'