Files
yntam123/task1-quote/slides_src/index.md
louiscklaw fd478ce2cc update,
2025-02-01 02:11:35 +08:00

1.4 KiB

marp, title, description, theme, paginate, _paginate, header, footer
marp title description theme paginate _paginate header footer
true Helloworld Hosting Marp slide deck on the web uncover true false **google apps script send email** ![height:20px](./assets/github-mark.svg) https://louiscklaw.github.io

google apps script

send email

目的: 通知報名者

  1. 已獲取錄
  2. 付款

做法:

  • 頁面 '學員進度'
    • 欄 '通知日期' 中,該列 "變成" 觸發日期
    • 欄 '繳費進度' 自己轉為 "已通知"
    • 自動 SEND EMAIL 去 同列的 '電郵地址'

requirement/需要資料:

  1. 係學員進度呢個頁面度
  2. 首先 "繳費進度" 要係未通知
  3. 跟住 "電郵地址" 要係一個有效嘅地址
  4. 加埋 "付款連結" 要係一條 link ()

height:250px

how to run/點行呢?

  1. click "Automator Menu"
  2. click "send 繳費通知 (未通知 -> 己通知)" height:250px

done/行完?

send 左 email 的話:

  1. 繳費進度 由 "未通知" -> "已通知"
  2. 通知日期 會填上 "日期" width:900px

email/電郵?

height:500px

resend/s重發 email?

  1. 將繳費進度由 "己通知" 轉番去 "未通知",
  2. 然後再行個 script 一次 (slide 5) height:300px

QnA/問問題?

😃