Unable to run smpt local server due to smptd #3
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?
I was trying to set up the test environment and the
make smtpseems to run into an error stating,This seems to be related to Python 3.12 removing the smptd module or something related to that. I haven't read too much into it and running it on an older version of python (python 3.11 via a
nix-shelldidn't fix the problem instantly.There seems to be a 'dead batteries' module provided called standard-smtpd offered on Pip, though that may require changes I'm unaware of.
Currently this only stops testing the emails and not testing the previous two dev environment commands.
mentioned in merge request !4
mentioned in commit
84fabcd1c0I found a solution! please pull latest and note the changes in the README