201202203204205206207208
// Send the message Transport.send( msg ); } catch ( MessagingException e ) { throw new MailSenderException( "Error while sending mail.", e ); } }
206207208209210211212213