We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the mail body format is simple text line.
If we change the element type of the description to text area, I assume we can put the wrapped message.
Also using variable in this text area, can we assign values dynamically like this?
For example, the user who receives the report is store manager.
store manager
// text in the description Dear ${receipient}, Here is the monthly report. Kind regards, Mai
// result in the email Dear store manager, Here is the monthly report. Kind regards, Mai
This is a request from @Gwalior-84.
The text was updated successfully, but these errors were encountered:
Before starting, please check that we have funding to do this - if internally funded it would be better to put the time into the notification server
Sorry, something went wrong.
@mark-prins @Mai21 : Its funded on the basis of workable or not and also how much time it will take. So I am going to look at it and will update here.
No branches or pull requests
Currently, the mail body format is simple text line.
![Screen Shot 2023-03-14 at 6 18 49 PM](https://user-images.githubusercontent.com/36495540/224903074-3c9d88a8-585d-4b25-aa73-b5f047015672.png)
If we change the element type of the description to text area, I assume we can put the wrapped message.
Also using variable in this text area, can we assign values dynamically like this?
For example, the user who receives the report is
store manager
.This is a request from @Gwalior-84.
The text was updated successfully, but these errors were encountered: