humor4fun / sheets-emailer

Automatic email sender for Google Sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sheets-emailer

Automatic email sender for Google Sheets

Usage

  1. Import these two CSV files into a new spreadsheet. Alternative, create your own sheets that match these descriptions.
  2. Make sure that the sheets (tabs) are named correctly (Recipients, Templates)
  3. Create a new App Script and copy in the script.gs code
  4. Create an html file for the script and copy in the StatusPage.html code
  5. Run the onOpen function, or reload the spreadsheet
  6. From the menu, execute the Dry Run menu item to test the code. This will execute the entire function but will not send any emails

Notes

FedEx: Use this formula to create links off of the tracknig ID alone

=concat("https://www.fedex.com/apps/fedextrack/?tracknumbers=",$C2)

Recipients Sheet

Screenshot

Template Sheet

Screenshot

About

Automatic email sender for Google Sheets

License:GNU General Public License v3.0


Languages

Language:JavaScript 94.4%Language:HTML 5.6%