--- marp: true title: Helloworld description: Hosting Marp slide deck on the web theme: uncover paginate: true _paginate: false header: '**google apps script send email**' footer: '![height:20px](./assets/github-mark.svg) https://louiscklaw.github.io' --- # google apps script send email ## 目的: 通知報名者 1. 已獲取錄 1. 付款 ## 做法: - 頁面 '學員進度' - 欄 '通知日期' 中,該列 "變成" 觸發日期 - 欄 '繳費進度' 自己轉為 "已通知" - 自動 SEND EMAIL 去 同列的 '電郵地址' ## requirement/需要資料: 1. 係學員進度呢個頁面度 1. 首先 "繳費進度" 要係未通知 1. 跟住 "電郵地址" 要係一個有效嘅地址 1. 加埋 "付款連結" 要係一條 link () ![height:250px](./assets/wanted_row.png) ## how to run/點行呢? 1. click "Automator Menu" 1. click "send 繳費通知 (未通知 -> 己通知)" ![height:250px](./assets/run_script.png) ## done/行完? **send 左 email 的話:** 1. 繳費進度 由 "未通知" -> "已通知" 1. 通知日期 會填上 "日期" ![width:900px](./assets/send_email_done.png) ## email/電郵? ![height:500px](./assets/email-screenshot.png) ## resend/s重發 email? 1. 將繳費進度由 "己通知" 轉番去 "未通知", 1. 然後再行個 script 一次 (slide 5) ![height:300px](./assets/resend.png) ## QnA/問問題? 😃