Tag archives for smtp from app engine
Send an email from your App Engine Instance
Use your gSuite email to do this. Here is simple python code that you can use on your app engine instance # Function to send email def trigger_email(msg): # Change these to your email details email_user = email_password = "blahbhal" smtp_server = ''…