I'm using the latest aiosmtpd module under Python 3.12 in LinuxMint 22.3.

When a remote SMTP connection is made to a host running aiosmtpd, how can the remote IP address of this connection be obtained from within any of the various "handle_XXXX" methods?

I haven't found a way to obtain this info, although I'm guessing that there must be some way to obtain this IP address.