E-mail administration

 

+

Search Tips   |   Advanced Search

 

Before the run-time server can send personalized e-mail:

  • Verify that the pznscheduler.ear has been installed as an Enterprise Application.

  • Have a properly configured and operating SMTP e-mail server.

    JavaMail provides the SMTP required to send e-mail. We can manage e-mail responses from customers and outgoing error conditions (such as unknown e-mail address) using a standard e-mail client.

  • Configure a Mail Provider in the WAS Administrative Console.

    1. Create a mail provider or use the default mail provider. We can create a mail provider from WAS Administrative Console...

      Resources | Mail Providers

    2. Create a mail session to use with Personalization. By default, Personalization looks for a mail session in jndi at...

      mail/personalizationMailSession

      The jndi name used is configurable in PersonalizationService.properties if you want to use Personalization with an existing mail session. If you are creating a new mail session, specify a Mail Transport Host. This is the mail server Personalization uses to send e-mail. If the mail server is secured, specify a Mail Transport User ID and Mail Transport Password.

    3. Restart the server on which the e-mail rules execute for the changes to take effect.

  • Additional configuration is available through the PersonalizationService.properties file. Using this file, you configure how often Personalization checks for rule events that run scheduled or repeating e-mails. We can also configure the mail session being used.