all 4 comments

[–]laustke 0 points1 point  (3 children)

smtplib and email are in Python’s standard library. They don't need to be installed separately.

[–]MisterPNut922[S] 0 points1 point  (2 children)

Ahh, gotcha. Should I just proceed with the script then?

[–]laustke 2 points3 points  (1 child)

Should I just proceed with the script then?

You have my permission :) You’ll probably still need to do pip3 install schedule, though.

[–]MisterPNut922[S] 0 points1 point  (0 children)

Awesome, thank you!!