Dynamic String variables for email Template are not working when I am using it on Project specific environment | Community
Skip to main content
April 25, 2022
Question

Dynamic String variables for email Template are not working when I am using it on Project specific environment

  • April 25, 2022
  • 1 reply
  • 598 views

Hi All,

 

When I am using ${emailId} in .txt file as :

 

Subject: Operation complete

Hello,

Asset uploaded in AEM.
${emailId}

 

From,
ABC

 

So, rather getting the emailId which I have configured in method of Email Service as:

email.sendEmail(emailId, param2, param3).

The email id is not getting changed to the user name configured in it's respective configuration file.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

17533479Author
April 25, 2022

Also, Same thing is working on local while this is happening only in Project specific environment.

Thanks!