dawidd6/action-send-mail

Ability to pass the Env Variables while using the HTML Body

rahulshrivastava-eaton opened this issue · 0 comments

Currently if you pass an html file and you pass the environment variables like ${{Variable}} in the html then it prints as is
, if should actually print the value of that variable in the html file .
I will say like process the html file and replace all variables with their values