~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to doc/email.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-06 18:59:36 UTC
  • mfrom: (14645.1.1 typos)
  • Revision ID: launchpad@pqm.canonical.com-20120106185936-c36ko9sfri1s2lkd
[r=bac][no-qa] Fix a slew of typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
defines a single `send` method. There are two standard `IMailDelivery`
145
145
implementations:
146
146
 
147
 
    1. `QueuedDelivery` -- email is delivered in a seperate thread. We use
 
147
    1. `QueuedDelivery` -- email is delivered in a separate thread. We use
148
148
       this for production.
149
149
 
150
150
    2. `DirectDelivery` -- email is send synchronously during transaction