From e9ddd6073593fff2632635384e4cd155cd66a37b Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Thu, 24 Feb 2022 19:27:09 +0100 Subject: fix mail subject line in invite link template --- invites-tmpl-template.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'invites-tmpl-template.cgi') diff --git a/invites-tmpl-template.cgi b/invites-tmpl-template.cgi index 3681546..356ff3a 100755 --- a/invites-tmpl-template.cgi +++ b/invites-tmpl-template.cgi @@ -191,7 +191,7 @@ if ($ENV{REQUEST_METHOD} eq 'POST'){ From => $mailsender, To => $mail, Charset => 'utf-8', - Subjet => "Your GPIGEON Account registration was successful !", + Subject => "Your GPIGEON Account registration was successful !", Data => ["Hello,\n\tYour GPIGEON account has been successfully created.\n\tHere's your account details:\n\n\t\tUsername: $mail\n\t\tNickname: $nick\n\t\tPassword: $pw\t\nYou can connect through our website, https://$ENV{HOSTNAME}.\n\nThank you,\nGPIGEON Mailer"]); my $encrypted_mime_blob = $gpgmail->mime_encrypt(entity => $mimentity, recipients => [$keyid]) or die; my $encrypted_mime = $encrypted_mime_blob->as_string; -- cgit v1.2.3-70-g09d2