cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mail Service

Former Member
0 Kudos

Dear all,

How to use Java Mail Service in our applications(Webdynpro).

Thanks in Advance.

Regards

Vasu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vasu,

generally, you use Java Mail Service through the standard JavaMail 1.2 APIs (javax.mail.* packages).

You can also have a look at the JavaMail tutorial that has been rolled out with Web AS 6.40 following this link:

http://help.sap.com/saphelp_nw04/helpdata/en/2e/c00e408230c442e10000000a1550b0/frameset.htm

(source code of example classes can be found on the Web AS Java examples page at http://<host>:<port>/index.html)

Hope that helps!