diff --git a/backend/email/emails/functions/helpers.tsx b/backend/email/emails/functions/helpers.tsx index 60ce8ca8..5dbfcaeb 100644 --- a/backend/email/emails/functions/helpers.tsx +++ b/backend/email/emails/functions/helpers.tsx @@ -244,7 +244,8 @@ export const sendShareCompassEmail = async (toUser: User, privateUser: PrivateUs export const sendTestEmail = async (toEmail: string) => { return await sendEmail({ - from: fromEmail, + from: 'Martin from Compass ', + replyTo: 'martin@compassmeet.com', subject: 'Test email from Compass', to: toEmail, html: await render(), diff --git a/backend/email/emails/share-compass.tsx b/backend/email/emails/share-compass.tsx index ff136cd9..ea69f965 100644 --- a/backend/email/emails/share-compass.tsx +++ b/backend/email/emails/share-compass.tsx @@ -129,7 +129,7 @@ export const ShareCompassEmail = ({ - {t('email.share.signature', 'Martin Braquet')} + Martin Braquet
{t('email.share.signature_title', 'Founder, Compass')} diff --git a/common/messages/de.json b/common/messages/de.json index a4ca8354..fe130ffa 100644 --- a/common/messages/de.json +++ b/common/messages/de.json @@ -1393,7 +1393,9 @@ "email.share.post_on_x": "𝕏 Mein Profil veröffentlichen", "email.share.cta_link": "Oder teile einfach den Link zu Compass:", "email.share.share_compass": "Compass teilen", - "email.share.community_note": "Eine Teilung. Ein Mensch. So werden Gemeinschaften wie diese aufgebaut — nicht durch Werbung, sondern durch Menschen, die an etwas Ethisches glauben. Danke, dass du Teil davon bist.", + "email.share.community_note": "Eine Teilung. Ein Mensch. So werden Gemeinschaften wie diese aufgebaut — nicht durch Werbung, sondern durch Menschen, die an etwas Ethisches glauben.", + "email.share.signature_thanks": "Danke, dass du Teil davon bist.", + "email.share.signature_title": "Gründer, Compass", "share_profile.x_share_profile": "Ich bin auf einer Plattform, die Menschen nach Werten, nicht nach Fotos zusammenbringt.\nKeine Werbung. Keine Algorithmen. Kein Wischen. Nur Tiefe.", "email.new_message.daily_limit": "Um deine Inbox nicht zu überladen, erhältst du höchstens eine E-Mail pro Tag pro Konversation. Wenn {creatorName} heute weitere Nachrichten sendet, wirst du erst morgen wieder per E-Mail benachrichtigt.", "email.new_message.app_prompt": "Willst du Echtzeit-Benachrichtigungen? Lade die Compass App für Android herunter:", diff --git a/common/messages/fr.json b/common/messages/fr.json index 561bc0f9..c923098d 100644 --- a/common/messages/fr.json +++ b/common/messages/fr.json @@ -1392,7 +1392,9 @@ "email.share.post_on_x": "𝕏 Publier mon profil", "email.share.cta_link": "Ou simplement partagez le lien vers Compass :", "email.share.share_compass": "Partager Compass", - "email.share.community_note": "Un partage. Une personne. C'est comme ça que les communautés comme celle-ci se construisent — pas par des publicités, mais par des personnes qui croient en quelque chose d'éthique. Merci d'en faire partie.", + "email.share.community_note": "Un partage. Une personne. C'est comme ça que les communautés comme celle-ci se construisent — pas par des publicités, mais par des personnes qui croient en quelque chose d'éthique.", + "email.share.signature_thanks": "Merci de faire partie de cette aventure.", + "email.share.signature_title": "Fondateur, Compass", "share_profile.x_share_profile": "Je suis sur une plateforme qui met les gens en relation selon leurs valeurs, pas leurs photos.\nPas de pubs. Pas d'algorithmes. Pas de swipe. Juste de la profondeur.", "email.new_message.daily_limit": "Pour éviter de surcharger votre boîte de réception, vous recevrez au plus un e-mail par jour par conversation. Si {creatorName} envoie d'autres messages aujourd'hui, vous ne serez pas notifié par e-mail.", "email.new_message.app_prompt": "Vous voulez des notifications en temps réel ? Téléchargez l'application Compass pour Android :",