modify the notify.txt

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
josecnp1
User
Posts: 73

modify the notify.txt

Post by josecnp1 »

I'm trying to modify the notify.txt to put a text in the footer of the email.
but when I send mail, the text I have written in the notify.txt appears at the top of the mail and then the data
how I modify to put a text in the footer of notify.txt -> "De conformidad con la Ley 15/1999, de 13 de diciembre, de Protección de Datos de Carácter Personal,..."
my notify.txt is:

Subject: <!--$Subject-->
From: <!--$From-->
To: <!--$To-->
Cc:
Bcc:
Format: TEXT

De conformidad con la Ley 15/1999, de 13 de diciembre, de Protección de Datos de Carácter Personal,..........
...........................


mobhar
User
Posts: 11753

Post by mobhar »

You should change it become like this:

Subject: <!--$Subject-->
From: <!--$From-->
To: <!--$To-->
Cc:
Bcc:
Format: TEXT

Record status changed:
table: <!--table-->
key value: <!--key-->
action: <!--action-->

De conformidad con la Ley 15/1999, de 13 de diciembre, de Protección de Datos de Carácter Personal,.........


Post Reply