Include Table of Content into notification email

Hi, I am working with OJS 3.1.1 and I want to include the table of content or the text from the issue page into the email we send out to our users. Is that possible? Is there a list of all the {$thisandthat}-codes?
Best
Frank J.

1 Like

Hi @Frank_J,

There’s a basic set of {$variables} available to any email template, an additional set for submissions (that’s common to both OJS and OMP), and an augmentation that’s OJS-specific. Beyond those, each template might have additional ones, which can be seen in the default template text.

If you need to go beyond those, you’ll need to work with the code that’s responsible for sending that particular email.

Regards,
Alec Smecher
Public Knowledge Project Team

Have a look at this:

I have prepared it, and would like comments on its use.

Thanks

Stephen

I will try it with our next issue…
Thank you already!