From 926e219a00c7e13f8034b3a1e1012e962945f8b3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 5 May 2005 02:43:24 +0000 Subject: [PATCH] r82: Forgot to send the email if we don't require email address verification --- register.php | 1 + 1 file changed, 1 insertion(+) diff --git a/register.php b/register.php index f11a2b5..582f223 100755 --- a/register.php +++ b/register.php @@ -139,6 +139,7 @@ if ($_POST['do'] == 'insert') $mail->to = $bugsys->in['email']; $mail->subject = 'Welcome to ' . $bugsys->options['trackertitle']; $mail->body = "Hi " . $bugsys->in['displayname'] . " and welcome to the " . $bugsys->options['trackertitle'] . " bug tracker! Thanks for registering."; + $mail->send(); } if ($usergroupid == 4) -- 2.22.5