SMTP
SMTP copied to clipboard
SMTP server using sockets
Results
3
SMTP issues
Sort by
recently updated
recently updated
newest added
fileName = str(state['file'] + '.txt') gives: TypeError: unsupported operand type(s) for +: 'int' and 'str' instead fileName = str(state['file']) + '.txt' fixes the issue
Hi, I'm trying to run this in python3, although I'm getting 502 command not recognized ! can you help