Unable to automate email sending process in R

Hey guys when I tried to automate email sending process in R using {gmailr} and {taskscheduleR}, I encounter below mentioned problem.

R sends email every 3 minutes when scheduler is scheduled to run every "MINUTE". Manually it works well.

For example my script log messages:

LOG REPORT MESSAGE AS FOLLOWS:
11:14 - Script scheduled successfully -Email ID generated in R - Email Received.

11:15 - Script scheduled successfully -Email ID generated in R - Email NOT Received.

11:16 - Script scheduled successfully -Email ID generated in R - Email NOT Received.

11:17 - Script scheduled successfully -Email ID generated in R - Email Received

Any idea guys?!?
Anything to do with quota allocated by google and Python quickstart toolkit was used to create "credentials.json".

Thanks is advance.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.