This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git

commit 972fb5577331a72ee3b4a20fee9fe230cd05be36
Author: Greg Stein <[email protected]>
AuthorDate: Fri Feb 27 08:17:36 2026 -0600

    chore: add display name to email sender
    
    Co-authored-by: aider (openrouter/x-ai/grok-code-fast-1) <[email protected]>
---
 v3/server/bin/mail-voters.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v3/server/bin/mail-voters.py b/v3/server/bin/mail-voters.py
index a1f2a8c..78d0b60 100644
--- a/v3/server/bin/mail-voters.py
+++ b/v3/server/bin/mail-voters.py
@@ -72,7 +72,7 @@ def main(eid, template_file):
         
         # Send the email
         asfpy.messaging.mail(
-            sender="<[email protected]>",
+            sender="Apache Election Platform <[email protected]>",
             recipient=voter.email,
             subject=f"Vote in Election: {metadata.title}",
             message=rendered_body,

Reply via email to