fix: Relative links in document HTML should become absolute in emailed snippets
closes #6480
This commit is contained in:
@@ -69,6 +69,7 @@ export default class DocumentPublishedOrUpdatedEmail extends BaseEmail<
|
||||
includeTitle: false,
|
||||
centered: false,
|
||||
signedUrls: (4 * Day) / 1000,
|
||||
baseUrl: props.teamUrl,
|
||||
});
|
||||
|
||||
// inline all css so that it works in as many email providers as possible.
|
||||
|
||||
Reference in New Issue
Block a user