コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1724 ビュー

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

アバター
破棄
著作者

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.