-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1583 from Shelf-nu/emails-sending-adjustments
improvement: email content for deliverability reasons, slightly pimp up some email titles
- Loading branch information
Showing
8 changed files
with
23 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ import { | |
Button, | ||
Html, | ||
Text, | ||
Link, | ||
Head, | ||
render, | ||
Container, | ||
|
@@ -49,34 +48,17 @@ export function InvitationEmailTemplate({ invite, token }: Props) { | |
the workspace and start exploring features like Asset Explorer, | ||
Location Tracking, Collaboration, Custom fields and more. If you | ||
have any questions or need assistance, please don't hesitate to | ||
contact our support team at{" "} | ||
<Link | ||
style={{ color: emailPrimaryColor }} | ||
href="mailto:[email protected]" | ||
> | ||
[email protected] | ||
</Link> | ||
. | ||
contact our support team at [email protected]. | ||
</Text> | ||
<Text style={{ marginBottom: "32px", ...styles.p }}> | ||
Thanks, <br /> | ||
The Shelf team | ||
</Text> | ||
<Text style={{ fontSize: "14px", color: "#344054" }}> | ||
This is an automatic email sent from{" "} | ||
<Link | ||
style={{ color: emailPrimaryColor }} | ||
href="https://www.shelf.nu/" | ||
> | ||
shelf.nu | ||
</Link>{" "} | ||
to{" "} | ||
<Link | ||
style={{ color: emailPrimaryColor }} | ||
href={`mailto:${invite.inviteeEmail}`} | ||
> | ||
This is an automatic email sent from shelf.nu to{" "} | ||
<span style={{ color: emailPrimaryColor }}> | ||
{invite.inviteeEmail} | ||
</Link> | ||
</span> | ||
. | ||
</Text> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters