Abhishekmishra2808 commented on code in PR #608:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/608#discussion_r2739790132


##########
atr/mail.py:
##########
@@ -96,14 +99,12 @@ async def send(message: Message) -> tuple[str, list[str]]:
     return mid, errors
 
 
-async def _send_many(from_addr: str, to_addrs: list[str], msg_text: str) -> 
list[str]:
+async def _send_many(from_addr: str, to_addrs: list[str], msg_bytes: bytes) -> 
list[str]:

Review Comment:
   I’ve reverted the public signature to keep it unchanged.` _send_many `still 
accepts a string, and conversion to bytes now happens internally before sending 
to the relay.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to