~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to doc/email.txt

  • Committer: Jelmer Vernooij
  • Date: 2011-09-21 14:28:02 UTC
  • mfrom: (14006 devel)
  • mto: This revision was merged to the branch mainline in revision 14010.
  • Revision ID: jelmer@canonical.com-20110921142802-7ggkc204igsy532w
MergeĀ lp:launchpad

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Launchpad and Email
2
2
===================
3
3
 
 
4
Quicker interactive testing
 
5
---------------------------
 
6
 
 
7
There is a script ``process-one-mail.py`` which reads a single mail
 
8
message from a file (or stdin), processes it as if it had been received by
 
9
Launchpad, and then prints out any mail generated in response.  For
 
10
quasi-interactive testing of email processing this may be your best bet.
 
11
 
4
12
Quickstart
5
13
----------
6
14
 
 
15
Otherwise, you can configure Launchpad with an incoming mailbox and an
 
16
outgoing mailer, in a way somewhat similar to what is used in production.
 
17
This lets you catch mail sent other than in response to an incoming
 
18
message.
 
19
 
7
20
Create the file override-includes/+mail-configure.zcml with contents
8
21
similar to the following::
9
22