Skip to content

Templates subject line limit

edited March 2019 in Questions

Hello,

I use templates with subjects like "Newsletter of MONTH containing things like THING, THING, THING".

The subject has a cap though, where if I type a subject longer than a certain length the edit field accepts it but the saved version trims the length.

Is this a known issue/feature/bug and if so can I request a feature update where there is no limit / a longer limit on the subject field?

Thank yoU!

Comments

  • Hi,

    The template subject line have a limit of 100 characters. Will increase this to 500 characters in the next update. In the meantime you can change the limit to 500 characters by running the following query in MySQL:

    ALTER TABLE template MODIFY template_name VARCHAR(500);
    

    Thanks.

    Best regards,
    Ben

This discussion has been closed.