mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-25 20:27:44 +02:00
✨ Use message queue for emails (#1446)
This commit is contained in:
parent
673fc79801
commit
a452e5b764
12 changed files with 150 additions and 35 deletions
|
@ -15,7 +15,8 @@ interface NewParticipantConfirmationEmailProps {
|
|||
editSubmissionUrl: string;
|
||||
ctx: EmailContext;
|
||||
}
|
||||
export const NewParticipantConfirmationEmail = ({
|
||||
|
||||
const NewParticipantConfirmationEmail = ({
|
||||
title,
|
||||
editSubmissionUrl,
|
||||
ctx,
|
||||
|
@ -96,4 +97,4 @@ NewParticipantConfirmationEmail.getSubject = (
|
|||
});
|
||||
};
|
||||
|
||||
export default NewParticipantConfirmationEmail;
|
||||
export { NewParticipantConfirmationEmail };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue