Is there any way to schedule mail using gmail api?

北战南征 提交于 2019-12-20 04:23:10

问题


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

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