mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
refactoring
This commit is contained in:
21
email/templates/ProjectInviteEmail.ts
Normal file
21
email/templates/ProjectInviteEmail.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
export const PROJECT_INVITE_EMAIL = `<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Thank You for Upgrading Your Litlyx Plan!</title>
|
||||
</head>
|
||||
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333;">
|
||||
|
||||
<!-- Email Content -->
|
||||
|
||||
<p>Invited by <strong>[Project Name]</strong> on <strong>Litlyx</strong></p>
|
||||
|
||||
<p>Best regards,</p>
|
||||
|
||||
<p>Antonio,</p>
|
||||
<p>CEO @ Litlyx</p>
|
||||
|
||||
</body>
|
||||
</html>`
|
||||
Reference in New Issue
Block a user