_ Guestbook.log
// 写下你的 Commit 信息...
1 const sendMail =
async
({ message })
=> {
2 await openMailer({
3 to:
"mail@hicancan.top",
4 subject:
"来自博客的留言",
5 });
6 };
7
// Execute function below
// 写下你的 Commit 信息...