aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2022-02-24 19:27:09 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2022-02-24 19:27:09 +0100
commite9ddd6073593fff2632635384e4cd155cd66a37b (patch)
tree9c26241468c257198dc6f38168ec726c3365dddf
parent32ceec3b63cbaf7cb72d82101b5afa25ffca716d (diff)
downloadgpigeon-e9ddd6073593fff2632635384e4cd155cd66a37b.tar.gz
gpigeon-e9ddd6073593fff2632635384e4cd155cd66a37b.zip
fix mail subject line in invite link template
-rwxr-xr-xinvites-tmpl-template.cgi2
1 files changed, 1 insertions, 1 deletions
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;