Customize message (with different languages)
Posted: Fri Mar 20, 2009 6:00 am
Hi,
I'am new here and was send from the Kohana Community. I use the implemented version of Swift in my installation (this is version 3.3.2)
Now for a customer I need to develop an application that could send emails to a 1000 people. So I thought I could use the batchSend for this.
But now the tricky-part:
- Every reciever must recieve his mail in his own language
- In the message there are some custom variables such as: name, link to participate, ...
I thought the Decoratorplugin was here on the correct place but I don't know if I can modify the total message for every user?
How do you see this problem and maybe a solution? The PHP code is in a Controller-class where I call the SWIFT-methods so I don't know where I should override the Decorartorplugin?
thanks on beyond!
I'am new here and was send from the Kohana Community. I use the implemented version of Swift in my installation (this is version 3.3.2)
Now for a customer I need to develop an application that could send emails to a 1000 people. So I thought I could use the batchSend for this.
But now the tricky-part:
- Every reciever must recieve his mail in his own language
- In the message there are some custom variables such as: name, link to participate, ...
I thought the Decoratorplugin was here on the correct place but I don't know if I can modify the total message for every user?
How do you see this problem and maybe a solution? The PHP code is in a Controller-class where I call the SWIFT-methods so I don't know where I should override the Decorartorplugin?
thanks on beyond!