feat: add email template for invite new user in workspace (#1810)
This commit is contained in:
parent
695246d80a
commit
1521ac5563
5 changed files with 339 additions and 533 deletions
|
|
@ -479,6 +479,7 @@ class RegisterService:
|
|||
|
||||
# send email
|
||||
send_invite_member_mail_task.delay(
|
||||
language=account.interface_language,
|
||||
to=email,
|
||||
token=token,
|
||||
inviter_name=inviter.name if inviter else 'Dify',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue