[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

1497.0. "Adding names to USER_DATA for Mail action" by CHOWDA::GLICKMAN (writing from Newport,RI) Tue Mar 11 1997 14:37

    Hi,
    
    	I have an action that sends mail from the machine that PCM is on
    to another machine.  Currently it sends mail to one account on that
    other mail.  I would like to add another account to the list.  What
    is the best way to get this done?
    
    	ASSIGN_ACTION: Mail
                 INFO: Sending mail to Code ABC Support about BUGCHECK
                 ANY_HOUR_ANY_DAY: Y
                 USER_DATA: VAXNPT::SUPPORT
        ASSIGN_ACTION_END:
        ASSIGN_ACTION: Mail
                 INFO: Notify Code ABC Support when a VAX crashes
                 ANY_HOUR_ANY_DAY: Y
                 USER_DATA: VAXNPT::SUPPORT
        ASSIGN_ACTION_END:
    
    Appreciating any inputs.
    
    Thanks.
    
T.RTitleUserPersonal
Name
DateLines
1497.1CSC32::BUTTERWORTHGun Control is a steady hand.Thu Mar 13 1997 11:106
    Simply use the editor to modify the dispatch record and add more
    user-data items. If you adding several names you might want to use a
    distribution list and change the user-data to use the dist-list.
    
    Regs,
      Dan