JLCP#128
"Arun Sahni" <[email protected]>
| Newsgroups | gmane.comp.java.javalobby.communityplatform |
|---|---|
| Message-ID | <[email protected]> |
Hi I was working on this for sending verification email. I need opinion which approach is better for sending mail: 1. Use mail program like QuickMailer which directly opens socket for SMTP server. 2. Use JNDI to get mail resource reference. Each has its own advantages and disadvantages. Please suggest. Thanks, Arun