Skip to content

Commit bea2a5c

Browse files
support mail changed
1 parent 7cdcee2 commit bea2a5c

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

backend/templates/Chverification.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ const MailBody = (name, id, code) => {
100100
<div class="content">
101101
<h2>Hello, ${name}</h2>
102102
<p>You’ve requested to change the email address associated with your <strong>AniPub</strong> account. Please use the link below to verify your new email address.</p>
103-
<div class="verification-code">https://www.anipub.xyz/verify-email-change/${id}/${code}</div>
103+
<div class="verification-code">https://anipub.xyz/verify-email-change/${id}/${code}</div>
104104
<p class="instructions">Click the link above to confirm your new email address. For security, this link will <strong>expire in 30 minutes</strong>.</p>
105-
<p class="security-notice">If you didn’t request this email change, please ignore this email or contact our support team at <a href="mailto:mail@adnandluffy.site">mail@adnandluffy.site</a>.</p>
105+
<p class="security-notice">If you didn’t request this email change, please ignore this email or contact our support team at <a href="mailto:support@anipub.xyz">support@anipub.xyz</a>.</p>
106106
</div>
107107
<div class="footer">
108108
<p>&copy; 2025 AniPub. All rights reserved.</p>
109109
<p>AniPub, 123 Anime Lane, Fictional City, FC 12345</p>
110-
<a href="https://www.anipub.xyz/Privacy-policy">Privacy Policy</a></p>
110+
<a href="https://anipub.xyz/Privacy-policy">Privacy Policy</a></p>
111111
</div>
112112
</div>
113113
</body>

backend/templates/passChange.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,20 +95,20 @@ function passwordMsge (name,email, key,ip) {
9595
<body>
9696
<div class="container">
9797
<div class="header">
98-
<img src="https://www.anipub.xyz/luffy5.png" alt="AniPub Logo">
98+
<img src="https://anipub.xyz/luffy5.png" alt="AniPub Logo">
9999
</div>
100100
<div class="content">
101101
<h2>Password Updated!</h2>
102102
<p>Hey ${name},</p>
103103
<p>Your AniPub account (${email}) password has been successfully updated (req:ip :${ip}). You're all set now!</p>
104104
<p>Didn't make this change? Act fast and click the button below within 3-4 days to report it:</p>
105-
<a href="https://www.anipub.xyz/password/change/?key=${key}" class="button">Report Unauthorized Change</a>
106-
<p>If the link has expired, reach out to our admin at <a href="mailto:mail@adnandluffy.site">mail@adnandluffy.site</a>.</p>
105+
<a href="https://anipub.xyz/password/change/?key=${key}" class="button">Report Unauthorized Change</a>
106+
<p>If the link has expired, reach out to our admin at <a href="mailto:support@anipub.xyz">support@anipub.xyz</a>.</p>
107107
</div>
108108
<div class="footer">
109109
<p>&copy; 2025 AniPub. All rights reserved.</p>
110110
<p>AniPub, 123 Anime Lane, Fictional City, FC 12345</p>
111-
<a href="https://www.anipub.xyz/Privacy-policy">Privacy Policy</a></p>
111+
<a href="https://anipub.xyz/Privacy-policy">Privacy Policy</a></p>
112112
</div>
113113
</div>
114114
</body>

backend/templates/perchase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const PerChase = (name, info) => {
1414
<!-- Header -->
1515
<tr>
1616
<td style="background: linear-gradient(90deg, #ff4b5c, #4b0082); padding: 20px; text-align: center;">
17-
<img src="https://www.anipub.xyz/luffy5.png" alt="AniPub Logo" style="max-width: 150px;">
17+
<img src="https://anipub.xyz/luffy5.png" alt="AniPub Logo" style="max-width: 150px;">
1818
<h1 style="color: #ffffff; font-size: 28px; margin: 10px 0; text-transform: uppercase; letter-spacing: 2px;">Welcome to AniPub Premium!</h1>
1919
</td>
2020
</tr>

backend/templates/verification.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ function mailBody(name, code) {
9999
<div class="content">
100100
<p>Welcome, ${name}</p>
101101
<p>You're one step away from unlocking the full experience on <strong>AniPub</strong>. Use the link below to confirm your account.</p>
102-
<div class="verification-code">https://www.anipub.xyz/verify/${code}</div>
102+
<div class="verification-code">https://anipub.xyz/verify/${code}</div>
103103
<p class="instructions">Enter this code on our website to verify your account. For security, this code will <strong>expire in 30 minutes</strong>.</p>
104-
<p class="security-notice">If you didn’t request this code, please ignore this email or contact our support team at <a href="mailto:mail@adnandluffy.site">mail@adnandluffy.site</a>.</p>
104+
<p class="security-notice">If you didn’t request this code, please ignore this email or contact our support team at <a href="mailto:support@anipub.xyz">support@anipub.xyz</a>.</p>
105105
</div>
106106
<div class="footer">
107107
<p>&copy; 2025 AniPub. All rights reserved.</p>

0 commit comments

Comments
 (0)