79566347

Date: 2025-04-10 10:19:01
Score: 1.5
Natty:
Report link

Change this code:

to='[email protected],[email protected]'
to=['[email protected]','[email protected]']

And this:

msg['To'] =to
msg['To'] =" ".join(to)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dima Radchuk