Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can TEXT MESSAGES be used in Email Templates?

F.J.Jul 10 2025

APEX 24.2

I've tried to reference APEX Text Messages inside an email template, for instance in the subject and html body, but it's not working.

I've tried different ways like &{MY_MESSAGE}. , &APP_TEXT$MY_MESSAGE!RAW. and &APP_TEXT$MY_MESSAGE.

No luck. All I get is exactly those literal names, not their value.

Is there a way around this?

I could use #MY_MESSAGE# and send the value as a regular email template parameter, but it'd mean sending some html as well when all I want to dynamically replace is some translatable text.

I guess Text Messages are not supported within email templates, but well, I wanted to give it a try and ask.

Thank you in advance

Comments
Post Details
Added on Jul 10 2025
2 comments
81 views