mailproxy icon indicating copy to clipboard operation
mailproxy copied to clipboard

mailproxy is a simple SMTP proxy. It receives emails through an unencrypted, unauthenticated SMTP interface and retransmits them through a remote SMTP server that requires modern features such as encr...

Results 5 mailproxy issues
Sort by recently updated
recently updated
newest added

If delivery failed due to a SMTPNotSupportedError exception, the exception handler in _deliver would try to invoke the decode() method on the class object, resulting in a cascading error. This...

Hi, i get following errors trying to run your script with windows Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. C:\Program Files\mailproxy-master>python mailproxy.py ('127.0.0.1', 49304) SMTP session...

I'm receiving the following error. Any insight to fix would be appreciated? (base) PS C:\Mailproxy> python mailproxy.py File "mailproxy.py", line 6 ^ SyntaxError: invalid syntax

fixes the issue described in with python 3.7 and 3.8 https://github.com/ansible/ansible/pull/44552

I am getting the following error after the setup is completed. Any Ideas? 500 Error: (ValueError) server_hostname cannot be an empty string or start with a leading dot.