Simple implementation of SMTP mail sending on top of Jason Hunter's
MailMessage class that's included in
COS (com.oreilly.servlet).
Does not support any richer functionality than MailSender and
SimpleMailMessage, therefore there's no optional richer interface like
the JavaMailSender interface for the JavaMailSenderImpl implementation.
Does not support "replyTo" and "sentDate" fields; will consequently
throw an exception when encountering either of those.
author: Juergen Hoeller since: 09.10.2003 See Also: com.oreilly.servlet.MailMessage See Also: org.springframework.mail.javamail.JavaMailSenderImpl |