You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a feature to admin panel where the admin can mail the users effortlessly
the page has 2 divisions
the left side has a markdown editor (use any react rich text editor) where a standard email template is loaded (has header and footer of FLC (logo, name, contact info etc.). this also has an input box for mail subject.
the right side has a scrollable list of users on our website. has a search option to search users and also a filter option (to filter by year, branch etc.). these users can be selected, which means their email gets added to recipients list which should be displayed at the bottom or on a modal.
also, a toggle button to switch between single or individual mail to each recipient.
find a way to use dynamic attributes in email like ${user.name} or ${user.branch} etc. this will be helpful for individual emailing to start with Dear ${user.name}, to make it more personalised.
Dear ${user.name},
to make it more personalised.The text was updated successfully, but these errors were encountered: