- All CLI tools like
mq-mail
andmq-sendmail
now ensure that sent messages useCRLF
(\r\n
) as mandated by the SMTP RFCs (a045882). Some SMTP servers reject messages which use onlyLF
(\n
). mq-send-test
: provide feedback for interactive terminals (aa8207f)mq-send-test
: preferfrom
setting from config file if--from=...
is not set (ac615d5)- also run tests for Python 3.13