Hi all, While testing email component (EmailTest test case) I discovered that when geronimo-javamail jar is in the classpath, mail is not sent (sender.send(email) throws org.springframework.mail.MailSendException: Could not send mails: 503 No valid recipients specified. Exception). If I replace geronimo jar with mail.jar from Sun the mail is sent. Is that a bug or am I missunderstanding something?
Cheers, Simon
