_ Guestbook.log

// 写下你的 Commit 信息...

email.tsx — vim
1 const sendMail = async ({ message }) => {
2 await openMailer({
3 to: "mail@hicancan.top",
4 subject: "来自博客的留言",
5 });
6 };
7 // Execute function below

# 公开讨论区 PUBLIC THREAD