Aug 31, 2022, 2:46 PM

Hi,

I’m currently using Weblogic 12c (12.1.3) which is working fine. I would like to send email notifications on startup or shutdown of the servers configured. In the notifications configuration part, I can see we can enter custom mail subject and body. Can you please let me know how to add the server name dynamically? As I’ll be using the same notification across multiple servers, I’ll need something to be dynamic.

For eg, in case of mail subject, is it possible to have like below?

Alert mail from ${hostname}

As highlighted in italics, do you support el expression or something like that. So that it picks some values dynamically? If so, Can you please share me the docs regarding the same?

And also do you support email templates for the same purpose? If yes, Can you please share the docs for that too?

Just FYI, I’m using only the Weblogic Admin console for now. As I have only access to that.