Implement an SMTP server using aiosmtpd and a mail sender script. The
server handles incoming messages and prints their content, while the
mail sender constructs and sends an email message. These changes
enable local email testing for the CNP assignment, improving
development efficiency.