User-added JavaMail properties are listed in a table. Both name and value fields can be edited for each JavaMail property. Click the Add button to add a new row to the property table. The Delete button works in conjunction with the checkboxes in the JavaMail property table, and deletes selected property rows.
As an example of a
useful JavaMail property, you could enter mail.debug for Name and true for Value, and JavaMail
will write the SMTP it uses to standard output, plus other debugging
information. To view the standard output for WorldServer, start WorldServer
in debug mode (for Windows) in a command window with the command IdiomRun –debug, run from
the Idiom\WorldServer\svc directory. This launches a another command window, to which it writes
the logging and debugging information. When you then set the JavaMail
mail.debug property in the Notification Delivery page and click Send Test, you can
view the SMTP information in the command window.
When you click the Send Test button, WorldServer sends a notification to test the delivery configuration you have specified, but does not save the configuration. This consists of a hard-coded test message sent to your email address. You must have an email address configured for you in for the test notification to be delivered. When you have established that your configuration is successful (that is, when you have received the test email), click the Send Test and Save button to save the configuration. You will receive another email and your configuration will now be saved. If the send process encounters an error, the error is displayed at the top of the page; the configuration data is not saved.