Subject of mail newsletters


To change the subject of the newsletter mail , you need to override the i18n PLUGINS key in plugins

This is a configurable key with 4 parameters:

  • {0} The site
  • {1} Newsletter title
  • {2} The newsletter number (This corresponds to the value of the "number" attribute of the newsletter)
  • {3} Newsletter category

The default i18n kernel key is :

<message key="PLUGINS_NEWSLETTER_SEND_MAIL_SUBJECT">[{0}] {3} - {1}</message>

 

Back to top

Newsletter