SMTP
SMTP copied to clipboard
Misplaced ')' on line 143
fileName = str(state['file'] + '.txt') gives: TypeError: unsupported operand type(s) for +: 'int' and 'str'
instead fileName = str(state['file']) + '.txt' fixes the issue