A milestone! `moggie email` made its first SMTP connection today, and successfully failed to send a message!
Successfully, because it correctly gathered and reported the errors.
Sending is easy - making sense of things when they fail, in a way I can present clearly to an end-user, is a bit more work.
The SMTP client design is based on Mailpile v1 code, but rewritten from scratch using #aiosmtplib.
This tool is very close to being useful now.
#smtp #email #mailpile #moggie #aiosmtplib