12 Sending Email to Customers Automatically

Learn how to use the Email Data Manager (DM) to send customer notifications and invoices in Oracle Communications Billing and Revenue Management (BRM).

Topics in this document:

Note:

After the Email DM is running, you need to set up event notification to determine the events or times that trigger a customer email.

Configuring Email Data Manager

To configure Email Data Manager:

  1. Open the CM configuration file (BRM_home/sys/dm_email/pin.conf).

  2. Make sure these entries exist in the file:

    • dm_pointer

    • fm_module

    • em_db

  3. If you changed the file, save it, and stop and restart the CM.

Configuring Email DM SMTP Server Details

By default, the Email DM sends email by using the BRM_home/bin/brm_mail.py script, which depends on the DM_EMAIL_SMTP_SERVER environment variable.

To configure the Email DM to send email using this script:

  1. Set the DM_EMAIL_SMTP_SERVER environment variable to the host name and port of the SMTP server:

    setenv DM_EMAIL_SMTP_SERVER hostname:port

    where hostname is the host name of the SMTP server, and port is the port number on which the STARTTLS option is available.

    For example:

    setenv DM_EMAIL_SMTP_SERVER internal-mail-router.example.com:25
  2. Stop and restart the Email DM.

Starting the Email Data Manager

To start the Email DM, run this command:

pin_ctl start dm_email