Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
1746 Näkymät

hi,

i have a problem sending emails with an email template.

loading the template and fill in the variable values and sending the email works fine

but the email which arrives is always an old one, i suppose from cache.

So my question is how i can clear email or email template cache?

thanks for you answers

Klaus

Avatar
Hylkää
Tekijä

hi,
i just made some changes to the mail template,
but when i load the template with
template = self.env['mail.template'].search([('name', '=', 'Behandlung Terminbestätigung')])
the changes are not there and the mail which is send shows the old template.
in template for i can see the changes.