تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
3966 أدوات العرض

How can I create mass(resend) mail for all failed emails.

الصورة الرمزية
إهمال
أفضل إجابة

Hi,

The above link i have commented seems to be of v8. As you want in v10, you can use this code in your function or from a cron job

mail_failed_list = self.env['mail.mail'].search([('state', '=', 'exception')])
for failed_mail in mail_failed_list:
failed_mail.state = 'outgoing'

Thanks

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
0
يناير 18
2868
2
أغسطس 17
16067
4
أبريل 25
7126
1
يناير 18
5686
0
مايو 17
5410