Skip to main content
Topic: Mail body remains unchanged (Read 990 times) previous topic - next topic

Mail body remains unchanged

Hi, I wanna ask about this

When 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


Re: Mail body remains unchanged

Reply #2
Hi , i cant upload the image

Sorry try to explain

In 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;


 

Re: Mail body remains unchanged

Reply #3
@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.