# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/qvhqvpq
【Go Web 開發】發送郵件**
在接下來的幾篇文章中,我們將在 API 中注入一些交互,並調整用戶註冊 API 處理函數 registerUserHandler,以便在用戶成功註冊後向其發送歡迎電子郵件。在這個過程中,我們將討論一些有趣的話題。你將學習:如何在開發中使用 Mailtrap SMTP 服務來發送和監控測試郵件。 如何使用 html/template 包和 Go 1.16 的嵌入文件功能來創建動態易管理的郵件內 ⌘ Read more