价格变动后发送合适的邮件

This commit is contained in:
wangjinlei
2026-07-27 09:45:03 +08:00
parent 48c668b5e2
commit 0b1a32f3ca

View File

@@ -420,7 +420,7 @@ WHERE apa.state = ".$data['state'];
$tt .= "Applied APC: USD $".$apply_info['fee']."<br><br>";
$tt .= "The APC adjustment application has been rejected.<br><br>";
$tt .= "Reason for Rejection:<br>";
$tt .= $apply_info['remark']."<br><br>";
$tt .= trim($data['remark'])."<br><br>";
$tt .= "No changes will be made to the publication fee, and the manuscript will remain subject to the standard APC of USD $".$article_info['fee'].".<br>";
sendEmail($editor['email'], "tmr-".$article_info['accept_sn']."-price rejected", $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']);