Is there any way to schedule mail using gmail api?

☆樱花仙子☆ 提交于 2019-12-02 03:15:48

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.

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!