Add forward email tips

This commit is contained in:
oiov
2025-08-08 14:38:56 +08:00
parent 25ac692268
commit c4e62e9322
2 changed files with 3 additions and 3 deletions

View File

@@ -147,10 +147,10 @@ async function handleExternalForward(data: OriginalEmail, configs: any) {
}
const { error } = await resend.emails.send({
from: `forward@${sender[0].domain_name}`,
from: `Forwarding@${sender[0].domain_name}`,
to: validEmails,
subject: data.subject ?? "No subject",
html: data.html ?? data.text ?? "-",
html: `${data.html ?? data.text} <br><hr><br><p style="font-size: '0.8em'; color: '#888'; font-family: 'monospace';text-align: 'center'">This email was forwarded from ${data.from}. Powered by <a href="https://wr.do">WR.DO</a>.</p>`,
});
if (error) {
console.log("[Resend Error]", error);

View File

@@ -442,7 +442,7 @@
"Terms of Service": "服务条款",
"and": "和",
"Privacy Policy": "隐私政策",
"Or continue with": "或使用",
"Or continue with": "或",
"Email": "邮箱",
"Sign Up with Email": "使用邮箱注册",
"Sign In with Email": "使用邮箱登录",