大型社群活動發送通知信注意事項
編輯歷史
| 時間 | 作者 | 版本 |
|---|---|---|
| 2015-05-02 03:42 – 03:49 | r574 – r709 | |
顯示 diff(1 行未修改)
- *流程
- *可能地雷
- *encoding
+ 流程
+ *確認信件範本內容
+ *使用現成發信平台 or 自幹發信程式 + API
+ *確認是否符合「地雷區」提出問題,並解決
+ *試發 mail
+ *dump KKTIX 報名資訊
+ *寄發
+
+ 地雷區
+ *編碼問題
*mail header should be encoding in base64
*utf-8 content
(2 行未修改)
*google 會把重複內容隱藏
*要改標題,否則會跟前信 group 起來
- *
現成發信平台
(3 行未修改)
*自幹簡單範例 https://github.com/CrBoy/python-mailer-example
*mailchimp http://mailchimp.com/
- *ex
- *AWS | Amazon Simple Email Service (SES)
+ *AWS | Amazon Simple Email Service (SES) http://aws.amazon.com/tw/ses/
*ex: COSCUP 2013, g0v Summit 2014
- *
- 信件範本加 tag
+ g信v 件範本加 tag
*g0v Summit 2014 活動與票種複雜,通知信希望參與者只收到一封,所以加了兩個變數以條件方式嵌入(有Conference, Unconference, 晚宴等組合)
*範本模組 - > 一般行前通知、晚宴通知、Unconference 通知
(2 行未修改)
*講者:一般行前通知 + 晚宴通知 + Unconference 通知
- [註] 可使用 Library
+ [註] Library / 小工具
*PHPMailer https://github.com/PHPMailer/PHPMailer
*PHPMailer 會加上他自己的 header,會在意的人要去改他 code 拿掉
(2 行未修改)
*許多正式上線的電子報系統都用這個,有許多進階功能,就是程式碼髒了些 ;)
*ex: http://epaper.ntu.edu.tw/
- *
|
||
| 2015-05-02 03:40 – 03:40 | r572 – r573 | |
顯示 diff(6 行未修改)
*mail header should be encoding in base64
*utf-8 content
- *特殊字元被退信 ☞ ⓘ
+ *特殊字元被退信或標為 spam ☞ ⓘ
*重複寄信狀況:
*google 會把重複內容隱藏
(30 行未修改)
|
||
| 2015-05-02 03:35 – 03:37 | r514 – r571 | |
顯示 diff 大型社群活動發送通知信注意事項
- 現成發信平台
- *https://mandrill.com/
- *ex: COSCUP2014
- *http://mailchimp.com/
- *ex
- AWS | Amazon Simple Email Service (SES)
- ex: COSCUP 2013, g0v Summit 2014
*流程
(6 行未修改)
*google 會把重複內容隱藏
*要改標題,否則會跟前信 group 起來
- *可使用 Library
- *PHPMailer https://github.com/PHPMailer/PHPMailer
- *PHPMailer 會加上他自己的 header,會在意的人要去改他 code 拿掉
- *小工具 https://github.com/toomore/COSCUP2013Secretary-Toolkit
- *https://www.phplist.com/
- *許多正式上線的電子報系統都用這個,有許多進階功能,就是程式碼髒了些 ;)
- *ex: http://epaper.ntu.edu.tw/
+ *
- Mandrill
+ 現成發信平台
+ *mandrill https://mandrill.com/
+ *ex: COSCUP2014
*會加上 tracking image 追蹤開信與否
*自幹簡單範例 https://github.com/CrBoy/python-mailer-example
+ *mailchimp http://mailchimp.com/
+ *ex
+ *AWS | Amazon Simple Email Service (SES)
+ *ex: COSCUP 2013, g0v Summit 2014
+ *
信件範本加 tag
(3 行未修改)
*VIP:一般行前通知 + Unconference 通知
*講者:一般行前通知 + 晚宴通知 + Unconference 通知
+
+ [註] 可使用 Library
+ *PHPMailer https://github.com/PHPMailer/PHPMailer
+ *PHPMailer 會加上他自己的 header,會在意的人要去改他 code 拿掉
+ *小工具 https://github.com/toomore/COSCUP2013Secretary-Toolkit
+ *https://www.phplist.com/
+ *許多正式上線的電子報系統都用這個,有許多進階功能,就是程式碼髒了些 ;)
+ *ex: http://epaper.ntu.edu.tw/
+ *
|
||
| 2014-11-05 08:32 – 08:34 | r499 – r513 | |
顯示 diff(21 行未修改)
*PHPMailer 會加上他自己的 header,會在意的人要去改他 code 拿掉
*小工具 https://github.com/toomore/COSCUP2013Secretary-Toolkit
+ *https://www.phplist.com/
+ *許多正式上線的電子報系統都用這個,有許多進階功能,就是程式碼髒了些 ;)
+ *ex: http://epaper.ntu.edu.tw/
Mandrill
(10 行未修改)
|
||
| 2014-11-05 07:26 – 07:30 | r349 – r498 | |
顯示 diff(25 行未修改)
*會加上 tracking image 追蹤開信與否
*自幹簡單範例 https://github.com/CrBoy/python-mailer-example
+
+ 信件範本加 tag
+ *g0v Summit 2014 活動與票種複雜,通知信希望參與者只收到一封,所以加了兩個變數以條件方式嵌入(有Conference, Unconference, 晚宴等組合)
+ *範本模組 - > 一般行前通知、晚宴通知、Unconference 通知
+ *會眾:一般行前通知
+ *VIP:一般行前通知 + Unconference 通知
+ *講者:一般行前通知 + 晚宴通知 + Unconference 通知
+
|
||
| 2014-11-05 06:52 – 06:52 | r347 – r348 | |
顯示 diff(19 行未修改)
*可使用 Library
*PHPMailer https://github.com/PHPMailer/PHPMailer
- *PHPMailer 會加上他自己的 header,會在意的人要去改他 code 拿掉2ㄨ
+ *PHPMailer 會加上他自己的 header,會在意的人要去改他 code 拿掉
*小工具 https://github.com/toomore/COSCUP2013Secretary-Toolkit
(3 行未修改)
|
||
| 2014-11-05 05:14 – 05:40 | r283 – r346 | |
顯示 diff(19 行未修改)
*可使用 Library
*PHPMailer https://github.com/PHPMailer/PHPMailer
+ *PHPMailer 會加上他自己的 header,會在意的人要去改他 code 拿掉2ㄨ
*小工具 https://github.com/toomore/COSCUP2013Secretary-Toolkit
+
+ Mandrill
+ *會加上 tracking image 追蹤開信與否
+ *自幹簡單範例 https://github.com/CrBoy/python-mailer-example
|
||
| 2014-11-05 04:36 – 05:08 | r266 – r282 | |
顯示 diff(4 行未修改)
*ex: COSCUP2014
*http://mailchimp.com/
-
+ *ex
AWS | Amazon Simple Email Service (SES)
ex: COSCUP 2013, g0v Summit 2014
(10 行未修改)
*可使用 Library
*PHPMailer https://github.com/PHPMailer/PHPMailer
+ *小工具 https://github.com/toomore/COSCUP2013Secretary-Toolkit
|
||
| 2014-11-05 04:36 | r265 | |
顯示 diff(21 行未修改)
|
||
| 2014-11-05 04:26 – 04:36 | r77 – r264 | |
顯示 diff- AWS 寄活動通知信注意事項
-
- 流程
+ 大型社群活動發送通知信注意事項
+ 現成發信平台
+ *https://mandrill.com/
+ *ex: COSCUP2014
+ *http://mailchimp.com/
+ AWS | Amazon Simple Email Service (SES)
+ ex: COSCUP 2013, g0v Summit 2014
- 可能地雷
+ *流程
+ *可能地雷
*encoding
+ *mail header should be encoding in base64
+ *utf-8 content
*特殊字元被退信 ☞ ⓘ
*重複寄信狀況:
*google 會把重複內容隱藏
*要改標題,否則會跟前信 group 起來
+ *可使用 Library
+ *PHPMailer https://github.com/PHPMailer/PHPMailer
|
||
| 2014-11-05 04:22 – 04:24 | r13 – r76 | |
顯示 diff AWS 寄活動通知信注意事項
+
+ 流程
可能地雷
- *
+ *encoding
+ *特殊字元被退信 ☞ ⓘ
+ *重複寄信狀況:
+ *google 會把重複內容隱藏
+ *要改標題,否則會跟前信 group 起來
|
||
| 2014-11-05 04:22 | r12 | |
顯示 diff(6 行未修改)
|
||
| 2014-11-05 04:22 | r11 | |
顯示 diff(3 行未修改)
可能地雷
+ *
|
||
| 2014-11-05 04:22 | r10 | |
顯示 diff(5 行未修改)
|
||
| 2014-11-05 04:06 – 04:22 | r1 – r9 | |
顯示 diff- Untitled
+ AWS 寄活動通知信注意事項
- This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
+
+
+ 可能地雷
|
||
| 2014-11-05 04:06 | r0 | |
顯示 diff+ Untitled
+ This pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!
|
||