import { Link, Section, Text } from '@react-email/components'; import * as React from 'react'; import { ImmichButton } from 'src/emails/components/button.component'; import FutoLayout from 'src/emails/components/futo.layout'; /** * Template to be used for FUTOPay project * Variable is {{LICENSEKEY}} * */ export const LicenseEmail = () => ( Thank you for supporting Immich and open-source software Your Immich key is
{'{{LICENSEKEY}}'}
To activate your instance, you can click the following button or copy and paste the link below to your browser.
Activate
https://my.immich.app/link?target=activate_license&licenseKey={'{{LICENSEKEY}}'}&activationKey= {'{{ACTIVATIONKEY}}'}
); LicenseEmail.PreviewProps = {}; export default LicenseEmail;