Mail body remains unchanged October 13, 2020, 04:04:10 PM Hi, I wanna ask about thisWhen i modify Mail Body settings in send notifications mail page properties, never change for a new configuration text.When i check the form controller maintain the history text.How can i fix it?Thanks in Advance Quote Selected
Re: Mail body remains unchanged Reply #1 – October 14, 2020, 01:58:49 PM Hi @ocalle, can you please make your question clearer, I don understand the question? Quote Selected
Re: Mail body remains unchanged Reply #2 – October 14, 2020, 03:13:10 PM Hi , i cant upload the imageSorry try to explainIn the properties of a page to add, in the sending of mail option after the load, when I modified the text body of the mail, when i see the app controller of that form have the old text that i was put.Part in controller page, the text is old, i put a new one and no changes. $time = datetime_now(); $site_addr = SITE_ADDR; $mailtitle = "Nuevo Pedido de Insumos"; $mailbody = "Hola buenos dias, un nuevo pedido de insumos se ha realizado. Link : <a href='$site_addr#/f2insumos/add/$rec_id'>$rec_id</a> Date added : $time <br>------------------------------</br>\n $modeldata[encargados]>\n $modeldata[servicio]>\n Cantidad Producto Descrip Código LeMeridian>\n $modeldata[cant1] $modeldata[prod1] $modeldata[codart1] Fecha: $modeldata[fecha]>\n >\n >\n <br>------------------------------</br> "; $rec_email = DEFAULT_EMAIL; $mailer = new Mailer; Quote Selected
Re: Mail body remains unchanged Reply #3 – October 14, 2020, 04:53:44 PM @ocalle please make sure that the controller for that page is not exempted from the list of pages to be generated by phprad. Click on the publish button and scan through the file list on the left pane and make sure it is check. Quote Selected 1 Likes