CHANGE_default mail template for post - VADIVEL J 2025-10-27 17:31
This commit is contained in:
parent
eeb5e96a8b
commit
e5df53f4cd
@ -1221,7 +1221,7 @@ class sendMailNotification
|
|||||||
|
|
||||||
$mail_content = str_replace(["[[app_link]]", "{{app_link}}"], "<a href='$app_link'>Review Details</a>", $mail_content);
|
$mail_content = str_replace(["[[app_link]]", "{{app_link}}"], "<a href='$app_link'>Review Details</a>", $mail_content);
|
||||||
|
|
||||||
if ($mail != null || $mail != '') {
|
if ( isset($mail) && !empty($mail) ) {
|
||||||
|
|
||||||
$mail_content = preg_replace('/<p[^>]*>( |\s)*<\/p>/i', '', $mail_content);
|
$mail_content = preg_replace('/<p[^>]*>( |\s)*<\/p>/i', '', $mail_content);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user