dawidd6 / action-send-mail

:gear: A GitHub Action to send an email to multiple recipients
MIT License
443 stars 186 forks source link

Ability to pass the Env Variables while using the HTML Body #200

Open rahulshrivastava-eaton opened 6 months ago

rahulshrivastava-eaton commented 6 months ago

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