Ticket #16 (closed enhancement: fixed)
Patch — Allow pre-formatted messages to be enqueued.
| Reported by: | fs | Owned by: | amcgregor |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | dispatcher | Version: | 2.0.4 |
| Keywords: | patch | Cc: |
Description
In certain situations I want to send preexisting messages which only exist in a string. The enqueue should handle these messages as well. Attached a patch (with test case) which resolves this ticket.
Proposed usage:
turbomail.enqueue(dict(sender="foo@bar.example", recipients=["sales@bar.example"], message=msg_string))
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
