A.2 Subscriber Settings

A.2.1 SMTP Server

This parameter specifies the name of the SMTP server that the Subscriber channel uses to send e-mail messages. The parameter refers to the SMTP server name and not the hostname.

A.2.2 SMTP Account Name

If the SMTP server specified by using the SMTP server parameter requires authentication, this parameter specifies the account name to use for authentication. The password used is the Application password associated with the driver Authentication parameters.

A.2.3 Default “From” Address

If specified, this is an e-mail address used in the SMTP from field for e-mail messages sent by the Subscriber channel. If this is not specified, then the <mail> elements sent to the Subscriber must contain a <from> element.

A <from> element under <mail> elements sent to the Subscriber overrides this parameter.

A.2.4 Additional Handlers

If specified, this is a whitespace-separated list of Java class names. Each class name is a custom class that implements the com.novell.nds.dirxml.driver.manualtask.CommandHandler interface and handles a custom XDS element. The handler for <mail> is a built-in handler.

Additional information about custom handlers is available in Section G.0, Custom Element Handlers for the Subscriber Channel.