This commit is contained in:
Matthieu Jolimaitre 2024-02-02 23:58:25 +01:00
parent 5a5e034ba8
commit ebc9230743

View file

@ -46,7 +46,7 @@ export class Emailer {
} }
} }
const CONFIRMATION_EMAIL_SUBJECT = "Confirmation d'association à un compte discord"; const CONFIRMATION_EMAIL_SUBJECT = "[epiTLS] Confirmation d'association à un compte discord.";
function confirmation_email_body(discord_username: string, link: string) { function confirmation_email_body(discord_username: string, link: string) {
return `<!DOCTYPE html> return `<!DOCTYPE html>
<html lang="en"> <html lang="en">
@ -65,7 +65,7 @@ Si vous n'êtes pas à l'origine de cette demande, veuillez ignorer ce message.
--- ---
Je suis un robot et cette action à é effectuée automatiquement. Je suis un robot et cette action à é effectuée automatiquement.
Vous pouvez contacter le développeur de se service à l'email matthieu at imagevo dot fr. Vous pouvez contacter le développeur de ce service à l'email matthieu at imagevo dot fr.
</pre> </pre>
</body> </body>
</html> </html>