After replying to the message board, the DMS sends an EMAIL to notify the customer of cmsemail. E-mailed to the customer after the reply from the CMS message board. cmsemail description: modify 1: eadmintoolReGook. php * reply form * 43 lines add code ------------------------------- after the e-mail is sent to the customer, cmsemail
Note: modify 1: e/admin/tool/ReGook. php/* reply form */
43 add code at the row
Bytes -----------------------------------------------------------------------------------------------
The code is as follows:
/* Obtain the user's EMIAL address */
/* Retrieve the user's message */
Bytes -----------------------------------------------------------------------------------------------
67 rows add form selection items
Bytes ------------------------------------------------------------------------------------------------------------------
Notification readers:Scholar Email: <? = $ R [email]?>
Bytes ---------------------------------------------------------------------------------------------------------------------
Modify 2:
E/admin/tool/gbook. php:
include("../../class/SendEmail.inc.php");
30 lines of code
----------------------------------------------------------
elseif($enews=="ReGbook"){$lyid=$_POST['lyid'];$bid=$_POST['bid'];$retext=$_POST['retext'];ReGbook($lyid,$retext,$bid,$logininid,$loginin);}
----------------------------------------------------------
Modify:
----------------------------------------------------------
Elseif ($ enews = "ReGbook") {$ lyid = $ _ POST ['lyid']; $ bid = $ _ POST ['bid']; $ retext = $ _ POST ['text']; $ email = $ _ POST ['e-mail ']; $ lytext = $ _ POST ['lytext']; $ checked = (int) $ _ POST ['checked']; if ($ checked) // send {EcmsToSendMail ($ email, $ lytext, $ retext );} reGbook ($ lyid, $ retext, $ bid, $ logininid, $ loginin );}
The above is all the content of this article. I hope you will like it.
Notice: modify 1: e/admin/tool/ReGook. php/* reply form */43 line add code -------------------------------------...