<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Chris Withers &lt;chris@simplistix.co.uk&gt;<br><div><br>First up, rifling through my trash, I noticed a response of yours to a previous email that I missed. Concerning the line of my script:<br><br>try:<br>&nbsp;&nbsp;&nbsp; mailhost=getattr(context, context.superValues('Mail Host')[0].id)<br><br>what should I substitute for "Mail Host" if I want to call Maildrop? I tried "Maildrop Host" but for some crazy reason the script redirected to a slightly different URL and threw an error. (That URL should have worked anyway due to inheritance, so I don't know what's up.) This is the information in the Maildrop README that
 wasn't helpful in this regard:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - Now you can create emails using e.g. the dtml-sendmail tag and<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; point the sendmail tag to the Maildrop Host instance using the<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mailhost="XYZ" argument inside the sendmail tag, or by using<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; the MailHost API (see the Zope Help System).<br><br>Now, the rest ;)<br><br>&gt; Not really, it's a snippet for inserting into zope.conf alongside the <br>&gt; other logging configuration. You appear to have chopped off the %, which <br>&gt; you need to make it a valid zope.conf import statement.<br><br>Okay, corrected and entered into zope.conf<br><br>Yes, Chris, the below is, in fact, my zope.conf file. I inherited this box. All I can tell you is the below code does, in fact, work. I've added yours to it and now we'll see if they play nicely together ;) I am running Zope 2.7.8. I
 welcome any suggestions, of course :)<br><br>&gt; # Zope zctl settings<br>&gt; ZOPE_HOME = pjoin(HERE, '../..', 'ZopeSoftwareHome')<br>&gt; ZOPE_OPTS = '-p - -D'<br>&gt; ZOPE_PORT = 7080<br>&gt; ZOPE_LOG = pjoin(HERE, 'var', 'debug.log')<br>&gt; ZOPE_ENV['PRODUCTS_PATH'] = ("%(SOFTWARE_PRODUCTS)s:" + pjoin(HERE, '..', 'OtherProducts') + ":%(INSTANCE_PRODUCTS)s")<br>&gt; <br>&gt; ZOPE_ENV['STUPID_LOG_FILE'] = ZOPE_LOG<br>&gt; # ZEO Environment settings<br>&gt; #ZEO['ZEO_SERVER_NAME'] = '<a target="_blank" href="http://www.example.com">www.example.com</a>'<br>&gt; ZEO['ZEO_SERVER_PORT'] = 9999<br>&gt; # ZEO zctl settings<br>&gt; ZEO_WAIT_BAILOUT = 160 # Don't try for more than num seconds<br><br>TIA,<br>Nancy<br><br></div></div><br></div></div><br></body></html>