I have a propblem with mailhost. I created one called "mailer". I have then made a simple form/reply pair to send an e-mail. When I use them from localhost it works nicely like:: http://localhost:8080/some_path/form http://localhost:8080/some_path/reply But when I use them like:: http://www.myurl.dk:8080/some_path/form http://www.myurl.dk:8080/some_path/reply I get an error:: Error Type: KeyError Error Value: mailer Anybody's got a clue as to why? Regards Max M Max M. W. Rasmussen, Denmark. New Media Director private: maxmcorp@worldonline.dk work: maxm@normik.dk ----------------------------------------------------- Shipping software is an unnatural act
But when I use them like::
http://www.myurl.dk:8080/some_path/form http://www.myurl.dk:8080/some_path/reply
I get an error::
Error Type: KeyError Error Value: mailer
Anybody's got a clue as to why?
No, other than to say I've also experienced weirdities like this and len() of unsized object errors a few times with Zope 2.3.1b1 :-( Any help would be much appreciated :-S Chris
participants (2)
-
Chris Withers -
Max M