You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
Hi, i need some help..
What is the script to configure an autoresponder in Gmail so that it is sent only once within the same thread, regardless of the sender's response time?
Brett Grear
unread,
Feb 10, 2023, 2:12:11 AM2/10/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
There's no way to configure called vacation responder in this way. You would have to write a custom function that handles the logic itself and fires in a regular time trigger. AFAIK
Projeto Colorir
unread,
Feb 13, 2023, 2:47:31 PM2/13/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-apps-sc...@googlegroups.com
thanks !
how to set up this logic to fire only after 15 days, for example?
Em sex., 10 de fev. de 2023 às 04:12, Brett Grear
<bgrea...@stvps.co.uk> escreveu:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
The following code will setup a trigger to run every 15 days. You would need to write the function that handles the response emails and detecting which threads to reply to: