flingit 0.0.61 → 0.0.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b0503c93c5eb120d485b6c6759642b5b
|
|
@@ -10,7 +10,7 @@ If an email is sent to:
|
|
|
10
10
|
|
|
11
11
|
the platform parses the message and dispatches it to your worker's internal email endpoint, which invokes your registered `onEmail` handler.
|
|
12
12
|
|
|
13
|
-
Only one `onEmail` handler can be registered.
|
|
13
|
+
Only one `onEmail` handler can be registered. The handler must complete within 30 seconds or the delivery will be treated as a failure and retried.
|
|
14
14
|
|
|
15
15
|
## Basic Usage
|
|
16
16
|
|