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 12fe75b739a86572223c00685e6e7f32ca8f1d53
Author: Greg Stein <[email protected]>
AuthorDate: Fri Feb 27 08:16:35 2026 -0600

    fix: update sender email to [email protected]
    
    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 a85b40b..a1f2a8c 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="Election System <[email protected]>",  # Adjust sender
+            sender="<[email protected]>",
             recipient=voter.email,
             subject=f"Vote in Election: {metadata.title}",
             message=rendered_body,

Reply via email to