Jump to content
thirty bees forum
  • 0

Subject line placeholder not being replaced when email sent - After updating from 1.5 to 1.6


Question

Posted

Prior to upgrading, Order confirmation emails had the Order Reference in the subject line.

After upgrading, without making any changes to translations my confirmation emails are going out like this

Order confirmation {order_name}

Have the placeholder codes changed or is this a bug that someone can advise how to resolve?

Thanks

4 answers to this question

Recommended Posts

  • 0
Posted

It probably depends on mail transport module you are using. Old tbswiftmailer module delegates placeholder replacement to swiftmailer library (Swift_Plugins_DecoratorPlugin class), and this probably applies the replacement to subject as well.

New tbphpmailer module does the replacement manually, and only for email body.

I'm not sure if this is a bug in the module, or in core

Tracked here: https://github.com/thirtybees/thirtybees/issues/1923

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...