更改proof邮件内容
This commit is contained in:
@@ -3345,14 +3345,23 @@ class Production extends Base
|
|||||||
return jsonError('To the editor: PROOF is the final form before the article goes online. The PROOF link step not be opened if you have not completed the previous steps.');
|
return jsonError('To the editor: PROOF is the final form before the article goes online. The PROOF link step not be opened if you have not completed the previous steps.');
|
||||||
}
|
}
|
||||||
//发送邮件
|
//发送邮件
|
||||||
|
// $tt = "Dear Author,<br/><br/>";
|
||||||
|
// $tt .= "Please confirm proof of your manuscript on the submission website within 48 hours. (https://submission.tmrjournals.com)<br/><br/>";
|
||||||
|
// // $tt .= "<a href='https://submission.tmrjournals.com/api/Production/editProofFromEmail/articleId/".$p_info['article_id']."'>Click here to confirm the proof.</a><br/>";
|
||||||
|
// $tt .= "<a href='https://submission.tmrjournals.com'>Click here to view and confirm the proof.</a><br/><br/>";
|
||||||
|
// $tt .= "If your response is not received, we will regard the author's consent to the version if the time exceeds.<br/><br/>";
|
||||||
|
// $tt .= "If you have any questions, please feel free to contact us.<br/>";
|
||||||
|
// $tt .= "Note: Double-check the authors' information carefully to ensure they are correct.";
|
||||||
$tt = "Dear Author,<br/><br/>";
|
$tt = "Dear Author,<br/><br/>";
|
||||||
$tt .= "Please confirm proof of your manuscript on the submission website within 48 hours. (https://submission.tmrjournals.com)<br/><br/>";
|
$tt .= "We hope this email finds you well.<br/>";
|
||||||
// $tt .= "<a href='https://submission.tmrjournals.com/api/Production/editProofFromEmail/articleId/".$p_info['article_id']."'>Click here to confirm the proof.</a><br/>";
|
$tt .= "The proof version of your manuscript has been generated and uploaded to our editorial system.Please log in to the system and confirm the proof within 48 hours:<br/><br/>";
|
||||||
|
$tt .= "Manuscript ID: ".$article_info["accept_sn"]."<br/>";
|
||||||
|
$tt .= "Title:".$article_info["title"]."<br/><br/>";
|
||||||
$tt .= "<a href='https://submission.tmrjournals.com'>Click here to view and confirm the proof.</a><br/><br/>";
|
$tt .= "<a href='https://submission.tmrjournals.com'>Click here to view and confirm the proof.</a><br/><br/>";
|
||||||
$tt .= "If your response is not received, we will regard the author's consent to the version if the time exceeds.<br/><br/>";
|
$tt .= "Please carefully check the proof, including the text, figures, tables, references, author information, affiliations, spelling, and formatting. If any corrections are needed, please mark them clearly on the proof or submit comments through the system.<br/>";
|
||||||
$tt .= "If you have any questions, please feel free to contact us.<br/>";
|
$tt .= "If we do not receive your confirmation by ".date("Y-m-d", strtotime("+3 days")).", the proof will be considered approved in its current form. Please note that no further revisions will be accepted after online confirmation.<br/><br/>";
|
||||||
$tt .= "Note: Double-check the authors' information carefully to ensure they are correct.";
|
$tt .= "Thank you for your time and cooperation. Should you have any questions, please feel free to contact us.<br/><br/>";
|
||||||
|
$tt .= "Best regards,<br/>Biomedical Engineering Communications<br/>Email: bmec@tmrjournals.com<br/>Website: https://www.tmrjournals.com/bmec/";
|
||||||
|
|
||||||
// $maidata['email'] = '751475802@qq.com';
|
// $maidata['email'] = '751475802@qq.com';
|
||||||
$maidata['email'] = $user_info['email'];
|
$maidata['email'] = $user_info['email'];
|
||||||
|
|||||||
Reference in New Issue
Block a user