List email plugin not sending rows?

Status
Not open for further replies.

bespokeappstt

Hubstaff freelancer
I'm using the list email plugin and it's sending an email but not the 'row' information. All that is turning up in my email inbox is the message I type up.
upload_2021-11-11_21-13-56.png

upload_2021-11-11_21-15-17.png

How come no 'row' information is sending?
 

Attachments

  • upload_2021-11-11_21-13-20.png
    upload_2021-11-11_21-13-20.png
    33.7 KB · Views: 39
If I have to use place holders what is the format?
Code:
echo $this->data['tablename___elementname'];
doesn't work nor does
Code:
tablename___elementname
 
Okay so it's not done by default. You have to manually add the placeholder info you want from the row. I guess this works hand in hand with the email templates. Placeholder format is:
Code:
'{tablename__element}'
 
Status
Not open for further replies.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top