Learn how to use Spring in order to quickly send e-mails. An example of JavaMail configuration for use with GMail's SMTP servers is also provided.
JavaCodeGeeks: Sending e-mails in Java with Spring – GMail SMTP server example
Learn how to use Spring in order to quickly send e-mails. An example of JavaMail configuration for use with GMail's SMTP servers is also provided.
JavaCodeGeeks: Sending e-mails in Java with Spring – GMail SMTP server example
check out this component also: http://www.servletsuite.com/servlets/gmailtag.htm
I prefer jakarta commons email - if i wanted a simplified version.
http://commons.apache.org/email/userguide.html
It looks like javamail has too much abstraction - and hence everyone seems to be writing
wrapper on it. Besides javamail has some dependency on awt - and hence its hard to use with android(have to try ported version).
Regard,s
Zahid