kz26 / mailproxy

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 encryption and/or authentication. mailproxy is primarily useful for enabling email functionality in legacy software that only supports plain SMTP.
MIT License
195 stars 28 forks source link

Line 6 Error in mailproxy.py #5

Open cluelessnyc opened 4 years ago

cluelessnyc commented 4 years ago

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 <!DOCTYPE html> ^ SyntaxError: invalid syntax

kz26 commented 4 years ago

There should not be any syntax issues in the file that I am aware of. What version of Python are you using?