Accessing sent email in Google Apps Script
问题 I am using a Google Script to send an email and look for any responses to it (there should only be one response, but that is not really relevant here). In theory, I can use search, label, and the ReplyTo: option in GmailApp.sendEmail to keep track of things. However, I am running into a couple of overlapping issues/concerns because: I am sending the same email every week, so search is finicky Scripts/Gmail doesn't seem to update quickly enough to find the email it just sent I want to use the