|
From: Oliver H. <Oli...@ou...> - 2004-03-01 02:54:57
|
Hi, Except for extending JavaMailSenderImpl is there a way to specify extra properties that are used to instantiate the Session? After a cursory glance at the code this doesn't seem possible but there always seems to be another option in Spring :-) If this is not possible from a users point of view this would seem to me a very handy thing to add. Sun's SMTP implementation has quite a few options that can only be activated through the Properties passed into the Session.getInstance. I guess you'd just need to add a javaMailProperties field. Thanks, Ollie |