Mailet Init Params

2006-10-11 Thread Etewa
log("Param Names: " + iter.next()); } } Any help is apprecited, Thanks, James -- View this message in context: http://www.nabble.com/Mailet-Init-Params-tf2424653.html#a6760072 Sent from the James - Users mailing list archive at Nabble.com.

Re: Mailet Init Params

2006-10-11 Thread Stefano Bagnara
What version of james are you using? Are you extending GenericMailet ? init() is only available in GenericMailet extensions and not in the Mailet interface.. Do you see the logs you added? Stefano Etewa wrote: I am writing a custom mailet and can't figure out why my init params aren't showin

Re: Mailet Init Params

2006-10-11 Thread Etewa
t()) { >> log("Param Names: " + iter.next()); >> } >> } >> >> Any help is apprecited, >> >> Thanks, >> >> James > > > > ---

Re: Mailet Init Params

2006-10-12 Thread Norman Maurer
Are you sure you really have this in config: Some Name Some Name bye Norman Etewa schrieb: > I am using Version 2.2.0 > > Yes, I am extending GenericMailet . > > Yes, here is the log output > 11/10/06 10:37:21 INFO James.Mailet: SMTEmailBounce: Initializing > SMTEmailBounce Mailet: >