Add alias support
This commit is contained in:
parent
bd432dca01
commit
7131e4ed66
6 changed files with 29 additions and 18 deletions
|
@ -23,6 +23,7 @@ void main(List<String> argsRaw) async {
|
|||
..addOption("adminName", mandatory: true)
|
||||
..addOption("adminRoom", mandatory: true)
|
||||
..addOption("email", mandatory: true)
|
||||
..addOption("emailAlias", mandatory: false)
|
||||
..addOption("mailName", mandatory: true)
|
||||
..addOption("mailDomain", mandatory: true)
|
||||
..addOption("smtpPasswordFile", mandatory: true)
|
||||
|
@ -100,7 +101,6 @@ If you have any questions, check out [our documentation](https://federated.nexus
|
|||
If you have any issues, reply to this email.""",
|
||||
subject:
|
||||
"Your registration for Federated Nexus has been accepted!",
|
||||
from: mail.MailAddress(settings.mailName, settings.email),
|
||||
to: mail.MailAddress(registration.username, registration.email),
|
||||
);
|
||||
await event.room.redactEvent(reactionEvent!);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue