Sep 1, 2022, 6:40 PM

@haydar-seyfi-wlsdmteam FYI I was referring to Weblogic 12c Admin Console UI. Specifically the below page where we setup SMTP properties.
SMTP_Properties

So my question is, What are the possible variables can I refer in Custom Email Subject as shown above ?.

For eg, If I have AdminServer, ManagedServer1 and ManagedServer2. And when one of the managed server goes down and SMTP notification kicks in.

In email subject, I need to know what server went down

Subject: Alert!!! Server ${} is down

This info must be set in some variable right ?. I need the name of that variable.

I can’t simply say, Subject: Alert!!! Server ${SERVER_NAME} is down

Because I’m not sure if the SERVER_NAME variable is set by Weblogic at the time of sending the SMTP email notification.

So, if in case you have list of such variables I can use in Custom email subject (or) body, that would be really helpful.

Thanks and Regards,
Gowtham Alaguraj