.github/workflows: Drop envelope_from from mail action

The current action branch fails with "No recipients defined" when
envelope_from is set in this workflow. The SMTP username already
provides the sender address, so envelope_from is unnecessary here.
This commit is contained in:
Gleb Chesnokov
2026-03-12 16:17:24 +03:00
parent 32c4c6b87b
commit 7d6f9a1f74
+1 -2
View File
@@ -73,9 +73,8 @@ jobs:
[${{steps.get_short_ref.outputs.short_ref}}] ${{steps.get_commit_message.outputs.commit_message}}
# Required recipients' addresses:
to: scst-svn@lists.sourceforge.net
# Required sender (quote it because of '<' and '>'):
# Required sender (quote it because of '<' and '>')
from: '"SCST GitHub" <${{ secrets.MAIL_SERVER_USERNAME }}>'
envelope_from: ${{ secrets.MAIL_SERVER_USERNAME }}
# Optional whether this connection use TLS (default is true if server_port is 465)
# secure: true