this is my very basic code:
import smtplib server = smtplib.SMTP(\'smtp.gmail.com\', 587)
On my local pc this works perfectly, however on cp