Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


3.11.13 /resources/mail-resource

/resources/mail-resource defines a JavaMail resource.

Description

/resources/mail-resource defines a JavaMail (javax.mail.Session) resource.

Repetition pattern

0 or more times

Specifiable attributes

Attribute name

Description

Specifiable values

Default value#

Dependencies

Repetition pattern

jndi-name

Specifies the JNDI name for the resource.

Type: String

No default value

N/A

Only one time

store-protocol

Specifies the storage protocol service, which connects to a mail server, retrieves messages, and saves messages in folder(s).

Type: String

{imap | pop3 | imaps | pop3s}

imap

N/A

0 or 1 time

store-protocol-class

Specifies the service provider implementation class for storage.

Type: String

{com.sun.mail.imap.IMAPStore | com.sun.mail.pop3.POP3Store | com.sun.mail.imap.IMAPSSLStore | com.sun.mail.pop3.POP3SSLStore}

com.sun.mail.imap.IMAPStore

N/A

0 or 1 time

transport-protocol

Specifies the transport protocol service, which sends messages.

Type: String

{smtp | smtps}

smtp

N/A

0 or 1 time

transport-protocol-class

Specifies the service provider implementation class for transport.

Type: String

{com.sun.mail.smtp.SMTPTransport | com.sun.mail.smtp.SMTPSSLTransport}

com.sun.mail.smtp.SMTPTransport

N/A

0 or 1 time

host

Specifies the mail server host name.

Type: String

No default value

N/A

Only one time

user

Specifies the mail server user name.

Type: String

No default value

N/A

Only one time

from

Specifies the mail server that uses email address to indicate the message sender.

Type: String

No default value

N/A

Only one time

Legend:

N/A: Not applicable

#: This is the default value that is set when a definition item is excluded.