I lead a sports team and created a website for it. I'm interested in adding a button to an admin page that allows me to send a quick email to all team members at once. The message would typically read: "Important update - please check the website for more details."
I know using a distribution list in Outlook would be simpler, but I prefer to use Google Apps Script to gain a better understanding of its capabilities.
Currently, I have a Google Spreadsheet containing all the email addresses and a basic script function to send the emails. It works perfectly when executed inside the script editor, but I wonder if there's a way to trigger this functionality from an external website using a button and some JavaScript?