mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use general sender for confirmation email
This commit is contained in:
parent
d108806234
commit
d187c6c993
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export const createUser = async (input: {
|
|||
const confirmationLink = `${env.client.url}/confirm-email/${confirmationToken}`
|
||||
// send email
|
||||
const sent = await sendEmail({
|
||||
from: env.sender.message,
|
||||
from: env.sender.general,
|
||||
to: user.email,
|
||||
subject: 'Confirm your email',
|
||||
text: `Please confirm your email by clicking the link below:\n\n${confirmationLink}\n\n`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue