Hi. I've beeen dealing with Team Elements for a while and I have the following (already solved) problem. My mail server requires authentification to send emails. I just added a piece of code so Team Elements can handle this, but I realized there's something that's not clear for me.
I had to edit a lot of classes (every file calling the SMTPMessage.send() method) to add the mail authentification feature. Since the application is not supposed to change these parameters unless the war file is re-deployed, wouldn't it be better to initialize only once the SMTPMessage class, with all the parameters instead of calling the same methods every time? Is there any reason to have it designed the way it is?