dawidd6 / action-send-mail

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

"From" field is required/optional? #188

Open iRupam opened 8 months ago

iRupam commented 8 months ago

@dawidd6 I've gone through the code. Didn't get why we're listing "from" field when we've already defined login credentials in GitHub Secrets. Also what's the result if we put wrong "from" field? Won't it simply disallow the mail sending? I am using Gmail alias BTW! Let me know your take on this.