6 Apr
2020
6 Apr
'20
2:50 p.m.
Stephen J. Turnbull writes:
The call to int() in the line above is getting the empty value from the config file. Changing smtp_port to '25' (or the appropriate value) in the config file will prevent the "Uncaught runner exception".
You probably already know this, but just in case: you should not include quote marks around the port number in the config file. If you do, you will get a different "invalid literal" exception.
Steve