Skip to content

Commit

Permalink
fix wrt sending email interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Heuzard committed Jun 9, 2011
1 parent 65d655f commit 43a46da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.opa
Expand Up @@ -231,5 +231,5 @@ sendit_server(email,img)=
email,
"Piece of art",
{text=content},
[{filename="masterpiece.png" content=img base="base64" mime_type="image/png"}],
[{filename="masterpiece.png" content=img encoding="base64" mime_type="image/png"}],
(_ -> void) )

0 comments on commit 43a46da

Please sign in to comment.