Skip to content
New issue

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

Changing text box to textarea so as we can put the wrapped message #114

Open
Mai21 opened this issue Mar 14, 2023 · 2 comments
Open

Changing text box to textarea so as we can put the wrapped message #114

Mai21 opened this issue Mar 14, 2023 · 2 comments

Comments

@Mai21
Copy link

Mai21 commented Mar 14, 2023

Currently, the mail body format is simple text line.
Screen Shot 2023-03-14 at 6 18 49 PM

If we change the element type of the description to text area, I assume we can put the wrapped message.

Screen Shot 2023-03-14 at 4 45 52 PM

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.

// 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.

@mark-prins
Copy link
Contributor

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

@anildahalsussol
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants