Change subject on RTMT email alerts

Hello Folks,
I have around 4 CUCM clusters namely APA, EUA, EUB and USC and i have configured the required RTMT email alerts for these cluster.
The issue is when i get an alerts from any of the above cluster the email subject just states 'RTMT Alert - Critical service Down", in the email content i have all the details.
Is there a way i can include my cluster name with in the email subject. Is that customization possible ?
Thanks, Raja.

No; however, you could change the email From address and build rules in your mailbox (e.g. different folders, different colors or categories, etc) based on that. Another option would be to use a Syslog server instead of emails (System > Enterprise Parameters) and rely on it to do the grouping/categorization for you.

Similar Messages

  • Change subject line of Email sent through "spool recipient functionality".

    A batch job creates a spool, which is send through Email using spool recipient functionality. The subject line of the Email is as follows
    "Job<job name>, Step <step no.>".
    Is it possible to change the subject line of the Email?
    Any pointers on this would be highly appreciated.

    check the program name for job.
    If the program is Custom program(starting with Z or Y)  then you can easily change subject line of email.
    If it is standard program then we have to look for alter path.
    Edited by: subas  Bose on Feb 18, 2010 6:54 PM
    Edited by: subas  Bose on Feb 18, 2010 6:55 PM

  • Changing Subject while testing Email replies

    This is just a test of the change in the email notifications where they, thankfully, removed unique identifiers from the Subject header.
    In this test, I will:
    Create the original post in the Web forum.
    Reply via email.
    Change the subject in the Web forum.
    Reply to that changed subject via the Web forum.
    Reply to that changed subject via email.
    Reply to the last email reply via the Web forum.
    In these tests, Mark_A_Boyd is the Web forum user and Mark A. Boyd is the email user.
    Mark_A_Boyd

    Don't know why I didn't think of this earlier.
    7. Change the subject in an email reply.
    This email reply has the following subject:
    New Subject from Email [WAS: Changing Subject while testing
    Email replies]
    Mark A. Boyd
    Keep-On-Learnin'
    Mark_A_Boyd wrote the following:
    This is just a test of the change in the email notifications where they, thankfully, removed unique identifiers from the Subject header.
    In this test, I will:
    1. Create the original post in the Web forum.
    2. Reply via email.
    3. Change the subject in the Web forum.
    4. Reply to that changed subject via the Web forum.
    5. Reply to that changed subject via email.
    6. Reply to the last email reply via the Web forum.
    In these tests, Mark_A_Boyd is the Web forum user and Mark A. Boyd is the email user.

  • Change Subject Line of Email!!!

    Hi all,
               Can anyone please tell me if it is possible to change the subject line of email.
    IF it is possible then can you please send me a code snippet as to how to change it from a BAdi.
    Kindly reply immediately as this is bit urgent.
    Regards,
    Vijay

    Hi,
    Where do you want to change?
    Regards,
    Raj

  • Change subject on BIP Email

    Hi all,
    did anyone of you know how to change the subject of the Email which is send by BIP? The default is similar to "FW: EnterpriseOne Report Definition Output". I also want to know if it will be possible to add a note to the Email.
    Many thanks
    Bernd

    Hi Bernd,
    If you are using the EnterpriseOne embedded version of BI Publisher, then you can change the email subject and message body, but only at an instance level.
    The text for both items is stored as glossary text for data dictionary error message items 951S (subject) and 951T (attachment text).
    You need to make the data dictionary changes in the environment that is defined as the Default environment in the JDE.INI file and you should also stop and start services on the Enterprise server as the XML Publisher kernel job will need to be restarted to pick up the changes.
    Regards,
    David

  • Change subject of notification email

    Hi experts,
    I want to change the subject of notofication emails. Unfortunatelly there is no entry in the xml templates. I guess it is hardcoded in any jar. Does anyone know the jar which contains the java class / or jsp which I need to change ?
    Regards
    Flo

    Hi,
    seems to me "nearly" impossible (everything can be done):
    I have found in NotificationService implementation sending of the notifications:
    for(; recipientIterator.hasNext(); doSend(recipient, channel, notification.getDescription(recipient.getLocale()), from, notification.getContent(recipient, channel, m_Properties)))
    what makes me think, that the subject is:
    notification.getDescription(recipient.getLocale())
    Now for the standard subscription this notification is used com.sapportals.wcm.repository.service.subscription.wcm.SubscriptionNotification, where the getDescription method does:
    return super.getDescription(locale, m_Subscription.getName());
    super is AbstractNotification:
    return m_Res.getString("Notification." + m_ID, locale, obj1);
    m_Res is ResourceBundle used I have written before.
    So you can see, that the name of the subscription is given as object to the resourceBundle - if you could change the implementation of the getDescription of the com.sapportals.wcm.repository.service.subscription.wcm.SubscriptionNotification to something like this:
    return super.getDescription(locale, resource.getDisplayName(true));
    you would have the name of the resource in the subject line of the email.
    But this seems to me a bit hardcore solution.
    Romano

  • Change subject line of email when submitting a form using Acrobat X Pro

    I have created an interactive PDF in Acrobat X PRO with a submit a form button. Everything works fine all the way through distribution except that I need the Subject Line of the submitted form when attached to an email to read "Form Returned: File Name" rather than "Submitting Completed Form". All of my past forms had the "Form Returned: File Name" subject line automatically...did something change and is it possible to change the subject line? Any help would be much appreciated.

    Thank you for your reply. I had actually come across that form on multiple occasions during my research. Looks like I need the doc.mailDoc() function, but there isn't an example of the code. Looking in other places I have tried a few things unsuccessfully. I did find this, which I thought would be even better than Form Returned: File Name in the subject line...actually taking information from fields in the form:
    // Build the subject line text from several fields form fields
    var subj_text = getField("text1").valueAsString;
    subj_text += getField("text2").valueAsString;
    subj_text += getField("text3").valueAsString;
    // Send the email
    mailDoc({
        cTo: "[email protected]",
        cSubject: subj_text,
        cMsg: "Body of email message goes here."
    I entered the script(adding in my own information for the email, body and subject line) by adding an action to the button to run the java script but it did not work. Any ideas??

  • Change Subject of subscription email

    Hello All,
    we wanted to customize the subscription/notficiation emails and were able to change almost all the required field.
    One field we were not able to change was the "Subject" line.
    Is there a way to change the subject line of a notification email?
    Please help.
    Cheers
    Sunny

    Hi,
    The subscription notifications are generated using an XML / XSL transformation
    utilizing some additional parameter input. The XSL stylesheet consists of 3 main
    parts: the parameter block, the message structure, and the parameter rendering
    library. It make sense to first describe the XSL in order to understand the XML.
    It is possible to do lots of customization by only changing the XML (and resource
    bundles in EP6).
    Email Subject in Subscription Notification - customize wording?
    Customized Subscription Massage
    Patricio.

  • Mail: change subject of received email?

    In Mail 4.5, is it possible to change the Subject line of received email in the Inbox?

    Re:  "feature requests should be addressed to Apple": That would probbbly be easier for benfrommo if Americans were even HALF as tolerant of foreigners struggling to express themselves in English as they are of Americans struggling to express themselves in their native language.
    Re: This ongoing problem with Mail:  Returning to the thread topic, the inability to edit the subject line of incoming e-mail is a complaint that has been frequently voiced in the Apple's "support" forums and other Mac-centric sites since Mail 1.0 was released in 2003.
    I've been using Eudora since OS 7, way back when you actually had to buy it. I tried Mail when it first came out, but not being able to edit the subject line was a deal-breaker for me, so I went back to Eudora. (Apple's "version 1" software is frequently not ready for prime time.  Keynote 1.x was horrible!  When Keynote 2 came out, Apple should have sent a free update to all version 1 purchasers, along with an apology for making them put up with such merda [another Italian word]. But I digress...)
    Yesterday I  launched the latest version of Mail. You can imagine my surprise to discover that I could STILL not edit the subject line, as almost every other mail program allows. So here we are, 9 years and 4 major versions after Mail was first released (and the complaints began), and the problem has yet to be resolved. If Apple had the slightest inclination to address this "feature request," they would have done so by now.

  • Change the subject in email alert

    Hi,
    I have created an email alert when process chains finished.
    The subject in the email that the reciepents get, contain many details.
    The reciepents want to get in the subject only, "Succeeded" or "Failed".
    How can I change th esubject in the email?
    thanks,

    Dear Moshe..
    1.Go to  the  Variant..and right click to go to MAINTAIN MESSAGE.
    2.Then it does ask for the action,,Successful or Errors..
    3. Click on the Required Selection.
    4.Then u will find Edit Document List.
    5.Click on it..and u will find the Title and Description ..
    6.Change it to ur modifications..and
    Save the Message..
    Hope this helps u..
    Assign points if helpful..
    Best Regards,
    VVenkat..

  • Change of subject stated in email received and saved to folders

    Is there a way to change the subject line of email received? I save a lot of emails and when I put them into folders, sometimes the subject listed is not descriptive of the actual content that I am saving. I would like to change the subjet at that time to something more meaningfull to me.

    The only way I know to do that in Mail is by resending the message to yourself — use Redirect instead of Forward to better preserve the integrity of the original message.

  • How do you change the position of email sender so that it's on the left (sender[from], subject and date received)

    How do you change the position of email sender so that it's on the left (sender[from], subject and date received)

    In the Thread Pane where your messages are listed?
    You see that bar with the labels "From", "Subject", "Date" and so on? Well, they are buttons. You can click on them to sort your messages. You can also drag them with the mouse left and right to reposition them, and you can drag their ends to change the column widths.
    These are standard computer actions; you can do all of this in Windows Explorer ("My Computer") too.
    In Thunderbird, a right-click on any of these buttons will reveal a pop-up menu where you can select and deselect the columns to control what is shown.
    More here: http://www.ramsden.org.uk/8_How_to_sort.html

  • Change Email alert

    Is there really no way to change the sound played for new email?
    I have a hearing problem and I am always missing emails alerts.
    Changing the email alert seems like a very basic feature and I'm surprised that this "Most Advanced phone ever" doesn't have this.

    I am absolutely stunned that the ability to alter the sound of ALL POSSIBLE alerting features is not supported! Even the most cheapest wireless phones out there have this option -- the iPhone is suppose to be sporting a new example.
    Looks to me the developers/designers were too focussed on getting the product out the door then spend the time to provide this VERY IMPORTANT and BASIC feature. I work in an environment where missed text messages and emails will cost me money and not being able to know when received an email or text message because of not being able to HEAR it or quickly IDENTIFY if it is an email vs. text message is EMBARRASSING (not to mention incredibly frustrating)!
    This better be addressed in the next firmware update or I think this product will be noticing a lot of unhappy customers. I've mentioned this issue to potential buyer's of the iPhone and they actually decided to go with another product because this lack of a feature is THAT IMPORTANT. I love the phone and it's potential, but I think the rollout was very sloppy and KEY FEATURES were over-looked.

  • Email alert to apple ID after sim card gets changed with new number

    Hi , i would like to know that if i will get an email alert  when my sim card gets changed with the new number, to the apple ID or email ID that i  registered with Apple.

    I would try a few things along the lines of:
    Resetting the iPhone (not just shutting it down)
    Going to Settings>Carrier> this refreshes the carrier list
    Check to make sure it's on automatic or that the 3G AT&T network is selected
    Turning Airplane mode on then off to try to kick start the phone and along the same vain Flicking 3G on and off in Settings>General>Network
    Then a restore
    Then contact AT&T, double check the SIM is 3G enabled, and even if it is still get a replacement SIM
    If none of this worked i would then contact AppleCare or go in to see a genius at an Apple store cause maybe the 3G chipset is stuffed

  • Email Image - Change Subject

    Is there a way to change default subject of an email when you are sending an image? It's set to the image name - any way to se it to an empty string?

    Hi Quincy,
    I'm sorry to say that the email sent from B1 can not be removed or modified.
    Just image that if you send out an email from a regular mailbox account and the message has arrived at the mail server, it would be out of your control.
    Hope it helps,
    Nick

Maybe you are looking for

  • Is Adobe Story CS6 Compatible with Win 8?

    I am about to install Windows 8 Pro and it says that Adobe Story has a "paid" update to win 8.  Is this so?  I have Adobe Master Collection CS6 and Adobe Story is included.  It does state that my "collection" is good.  I am confused about this for su

  • IPod pauses abitrarily

    When connected to iPod HiFi or other accessories which combine dock connection with playing music, my iPod abitrarily pauses as if it was disconnected from power supply.

  • Phone number format edit

    Hello everyone, i have a problem with my iPhone 4S. I'm from Romania so it's not a verizon problem only... When a person in my contact list is calling me it only shows the numer of the caller not the ID, but after i hang-up and go to call history it

  • Canon Raw File CR2 wird im PSE 6 Organizer NICHT angezeigt

    Trotz dem ich den aktuellen Adobe Camera Raw 5.3 habe, zeigt mir PSE 6 die RAW-Bilder nicht im Organizer an und behauptet, das es ein unbekanntes Format ist. Wie integriere ich Adobe Camera Raw in PSE 6 ??? Danke ...jub

  • IPhone 6 vibrate intensity is very very weak compared to previous generation iPhones.

    Got iPhone 6 on 9/19. Found out that Vibrate intensity is very very weak on iPhone 6 compared to previous generation iPhones. I keep missing calls and alerts when on vibrate mode. Is there any solution to this ?