问题
I am currently working gmail Queries of "GTLGmail" is there any way or query to schedule mails.
I had gone through https://developers.google.com/gmail/api/guides but I am unable to find any solution for the same.
Thanks in Advance.
回答1:
The Gmail API has no scheduling functionality. You could solve it by temporarily holding the email on your own server as Jorden mentioned in the comments, or you could look into the App Engine Cron Service.
回答2:
You can try Mail Scheduler (https://github.com/siquylee/mail-scheduler) Mail Scheduler is Gmail toolbox for sending scheduled emails and recurring emails using Google Spreadsheet & Forms. Mail Scheduler is NOT a web app or browser extension. If you are familiar with Microsoft Office, you can think Mail Scheduler is Excel macro-enabled workbook.
P.S. I'm the author of Mail Scheduler
来源:https://stackoverflow.com/questions/35217346/is-there-any-way-to-schedule-mail-using-gmail-api