~launchpad-pqm/launchpad/devel

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<configure
    xmlns="http://namespaces.zope.org/zope"
    xmlns:mail="http://namespaces.zope.org/mail"
    i18n_domain="zope">

    <!--
    <mail:queuedDelivery permission="zope.SendMail"
        queuePath="/var/tmp/launchpad_mailqueue" mailer="smtp" />
    -->

    <!-- Using direct delivery until someone works out why queued
        was failing on production
        -->
    <mail:directDelivery permission="zope.SendMail" mailer="smtp" />

</configure>