CHANGE_EMAIL_SUB_LINK

This commit is contained in:
Srinivas-Saravanan 2025-04-30 17:46:27 +05:30
parent 7fd45d8749
commit 3a042dceba

View File

@ -701,7 +701,7 @@ class Notifications extends BaseController
$fullName, $fullName,
$schemename, $schemename,
date('d-m-Y', strtotime($expirydate)), date('d-m-Y', strtotime($expirydate)),
'<a href="' . base_url() . 'subscription_renewal/' . $membership_id . '" target="blank">' . base_url() . 'subscription_renewal/' . $membership_id . '</a>', '<a href="' . getenv("SMS_SUB_URL") . $membership_id . '" target="blank">' . getenv("SMS_SUB_URL") . $membership_id . '</a>',
], ],
$emailContent $emailContent
); );