...
Within web/WEB-INF/applicationContext.xml, there are two beans, a JavaMailSenderImpl and an IFeedbackMessageFormatter.
For the javamailsendermailSender, supply any properties you need for your SMTP smart host. This
may be localhost, or a remote server. See http://www.springframework.org/docs/api/org/springframework/mail/javamail/JavaMailSenderImpl.html for the list of availble options.
For the IFeedbackMessageFormatter, choose your desired IFeedbackMessageFormatter implementation, and supply fields (those listed are the recipient and from addresses).
...