Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Use the BRMS graphical user interface (GUI) to set the following 'Global Policy Properties'

Set the 'from address' on email notifications sent for the BRMS log

By default, the 'from address' on the email that is sent for the BRMS log will be the same as the 'to address'. 

In releases IBM i 6.1 and later, the following program calls can be used to manipulate the 'from address' on the email notifications:

CALL PGM(QBRM/Q1AOLD) PARM('SENDERADDR' '*SET' 'from@company.com')

The 'from address' will be set to from@company.com.

CALL PGM(QBRM/Q1AOLD) PARM('SENDERADDR' '*SET' '*SYSTEM')

The 'from address' will be set to xxxxx@BRMS, where xxxxx is the system name.

CALL PGM(QBRM/Q1AOLD) PARM('SENDERADDR' '*REMOVE')

The 'from address' will be set back to the 'to address'.

CALL PGM(QBRM/Q1AOLD) PARM('SENDERADDR' '*DISPLAY')

Displays the current value being used for the 'from address'. 

In releases IBM i 6.1 through 7.2, to change the 'from address', the following PTFs or superseding PTFs are required:

NOTES:

  1. The use of BRMS email notifications requires a license for the BRMS - Network Feature and BRMS - Advanced Feature in addition to a license for IBM Backup, Recovery and Media Services for i.
  2. Emails received will be from the first email listed in the E-mail address field.





  • No labels