Show TOC Start of Content Area

Background documentation Java Mail Client Service  Locate the document in its SAP Library structure

This service provides functions for creating and sending e-mail messages using a message transport.

Server

Property

Description

Default Value

Imap4

Specifies the host name of the Internet Message Access Protocol server.

localhost

Nntp

Specifies the host name of the Network News Transfer Protocol server.

localhost

pop3

Specifies the host name of the Internet Post Office Protocol server.

localhost

Smtp

Specifies the host name of the Internet Simple Mail Transfer Protocol server.

localhost

mail.from

Specifies the sender of the mail.

 

mailSessionDebug

Specifies if the javax.mail.Session object that is bound to the naming system has the debug option enabled or not. If you set this property to true, then the JavaMail Client implementation logs debug information to facilitate debugging scenarios.

For more information, see SAP Note 838598.

false

 

 

End of Content Area