You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
email_body = "Dear "+ name+ ",\n\nThis is a test email using my mail merge program. Please acknowledge this email and report any bugs at sample@example.com.\n\nRegards,\nNick"
message = "From: Nick <nick@example.com>\nTo: "+name+" <"+to+">\nSubject: "+email_subject+"\n\n"+email_body