0tza / gmail-delay-send

Automatically exported from code.google.com/p/gmail-delay-send
0 stars 0 forks source link

Un-Authorized message when sending receipt or error emails #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The new google apps script looks like it needs to explicitly request the 
MailApp.sendEmail permissions. Before it was enough to request anything with 
the MailApp class.

I think gmail delay send will still work (eg. sending mails on a schedule) but 
you will not get receipts that the mails were sent correctly.

Original issue reported on code.google.com by blairk...@gmail.com on 9 Nov 2011 at 4:34

GoogleCodeExporter commented 9 years ago
Added explicit requests for each and every google script api request that is 
made. Not sure why the API requirements changed, but should be good with this 
solution long term.

Original comment by blairk...@gmail.com on 15 Nov 2011 at 4:53