From 41f132353e4b8b1a8ba42648a96c778acecc7212 Mon Sep 17 00:00:00 2001 From: sriramv Date: Sat, 24 Jun 2023 11:11:53 +0530 Subject: [PATCH] email:GWM --- app/Controllers/Sendmail_controller.php | 2 +- app/Views/verification_mail_temp.php | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/Controllers/Sendmail_controller.php b/app/Controllers/Sendmail_controller.php index 6d97a57..74a51eb 100644 --- a/app/Controllers/Sendmail_controller.php +++ b/app/Controllers/Sendmail_controller.php @@ -275,7 +275,7 @@ class Sendmail_controller extends BaseController $data['code'] = $code; - $data['url'] = base_url()."verify_email/".md5($code); + $data['url'] = base_url(); $temp_data = $this->MailModel->where('type' , 1)->where('is_active' , 1)->find(); diff --git a/app/Views/verification_mail_temp.php b/app/Views/verification_mail_temp.php index 698cac5..c055b4d 100644 --- a/app/Views/verification_mail_temp.php +++ b/app/Views/verification_mail_temp.php @@ -204,6 +204,12 @@ else if($id == 8) else { ?>
+ + + + + +