kou opened a new pull request, #48876:
URL: https://github.com/apache/arrow/pull/48876

   ### Rationale for this change
   
   https://docs.python.org/3/library/smtplib.html#smtplib.SMTP.sendmail uses 
the third argument as e-mail content but 
https://docs.python.org/3/library/smtplib.html#smtplib.SMTP.send_message uses 
the first argument as e-mail.
   
   ### What changes are included in this PR?
   
   * Pass e-mail as the first argument
   * Remove redundant from and to addresses
     * They are extracted from the given e-mail automatically
     
   ### Are these changes tested?
   
   Yes. I sent a test e-mail manually.
   
   ### Are there any user-facing changes?
   
   No.


-- 
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]

Reply via email to