Add a comment for conditions when to send the email
This commit is contained in:
@@ -592,6 +592,7 @@
|
|||||||
}
|
}
|
||||||
unset($sql, $parameters, $row);
|
unset($sql, $parameters, $row);
|
||||||
|
|
||||||
|
//send email if the subject and body are not empty
|
||||||
if (!empty($email_subject) && !empty($email_body)) {
|
if (!empty($email_subject) && !empty($email_body)) {
|
||||||
//replace variables in email body
|
//replace variables in email body
|
||||||
$email_body = str_replace('${domain}', $domain_name, $email_body);
|
$email_body = str_replace('${domain}', $domain_name, $email_body);
|
||||||
|
|||||||
@@ -456,6 +456,7 @@
|
|||||||
}
|
}
|
||||||
unset($sql, $parameters, $row);
|
unset($sql, $parameters, $row);
|
||||||
|
|
||||||
|
//send email if the subject and body are not empty
|
||||||
if (!empty($email_subject) && !empty($email_body)) {
|
if (!empty($email_subject) && !empty($email_body)) {
|
||||||
//replace variables in email body
|
//replace variables in email body
|
||||||
$email_body = str_replace('${domain}', $domain_name, $email_body);
|
$email_body = str_replace('${domain}', $domain_name, $email_body);
|
||||||
|
|||||||
Reference in New Issue
Block a user