-------------------------------------------------------
This email is intended for municipal / educational use only and must comply with the Town of Franklin and Franklin Public School's policies and state/federal laws. Under Massachusetts Law, any email created or received by an employee of The Town of or Franklin Public Schools is considered a public record. All email correspondence is subject to the requirements of M.G.L. Chapter 66. This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.
On Aug 28, 2021, at 3:52 PM, Emily Laliberte <lalib...@franklinps.net> wrote:
Hi there,
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-script-community/65b726de-30ef-4038-b13c-9988da52d654n%40googlegroups.com.
Hi Emily,
Would be happy to help you out with this.
Just need to know some more specifics on whether the email addresses are available in another sheet or whether hardcoded in software.
Also, maybe good to add a second part of the form to capture the summary of meeting.
Send me an email and can help you with this. cbmser...@gmail.com (no fee needed).
--
--
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-community+unsub...@googlegroups.com.
Hi Emily/Erika,
I assume this is for a school? If so, I would be happy to help put together a script for you to do this.
The emails sent, can go to all participants at same time? i.e. just add all email addresses in same email sent?
What would be good is if you add a sheet to the spreadsheet, just fill out the name of the individual in one column and then their email address in the column beside it. This way to build the email list, just need to search for the name in the first column and then take their corresponding email address in the second column.
Make it as follows:
Name Email Address
John doe john...@gmail.com
Jane doe jane...@gmail.com
Etc..
If this works for you, I will build a sample sheet for you to copy from.
From: google-apps-sc...@googlegroups.com <google-apps-sc...@googlegroups.com> On Behalf Of Emily Laliberte
Sent: August 28, 2021 1:44 PM
To: Google Apps Script Community <google-apps-sc...@googlegroups.com>
Subject: [Apps-Script] help sending form responses to multiple emails when form is submitted
Hi there,
--
You received this message because you are subscribed to the Google Groups "Google Apps Script Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-script-c...@googlegroups.com.
Hi Emily/Erika,
I put the little script together for you folks:
Here is the spreadsheet that has the script attached:
https://docs.google.com/spreadsheets/d/1Rs9wM1gkJB0OjqPU67J5J5lW0zGZZ0g9koDU2-2OqMQ/edit?usp=sharing
What you will need to do is the following:
Script will run when any new form entries are submitted, if no names are selected (it will send it to your email address by default, otherwise, it will send it to all the names of ppl who attended meeting (as specified in form entry).
Let me know if you have questions.
Thanks,
George