From a5591a8b0f8e9bac2f930e4564d5c93e18f72dd9 Mon Sep 17 00:00:00 2001 From: Adam Bard Date: Tue, 8 May 2012 19:15:00 -0700 Subject: [PATCH] Silly documentation update --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 010dcc4..a3a71c2 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,11 @@ Give your app an inbox easily:: # Bind directly. inbox.serve(address='0.0.0.0', port=4467) +The handler accepts 3 arguments: + +* **to**, a list of email addresses the email was sent to +* **sender**, the "from" email address, as a string +* **body**, the body of the email, including headers, as a string. You can also defer to the commandline::