mirror of
https://github.com/HaschekSolutions/opentrashmail.git
synced 2026-04-25 06:35:55 +03:00
[GH-ISSUE #98] Recieving a NoneType error when sending a mail to its server when no subject #70
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentrashmail#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tanja84dk on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/HaschekSolutions/opentrashmail/issues/98
I tried to setup the docker container within my home network and have set up the A, AAAA and MX records
But when ever I try to send mails to it ( wether its Thunderbird or smtpmail or even telnet directly ), i'm then always ending with that NoneType error
It looks like it fails completely is a message doesn't have a subject which I feel should be valid
It's setup here at first with pure plaintext and port 25
This is when I try to telnet directly in to the server and send the mail directly to it
And this is the traceback from within the servers container