Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
5598 มุมมอง

Hi, does anyone have a suggestion to give me for rate so that Odoo 10 Community queues the email? The platform sends any email immediately but I want it to be the cron, starting from the outgoing emails (in the queue).

I found the OCA mail_force_queue module but it doesn't work despite it should be for me. A lot of emails pass through a platform like Odoo, how can I put them in the queue? Thanks

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Odoo already has an Email Queue Manager and this can be found under Scheduled Actions in General Settings. Normally non-forced mails will be in a queue and force send mail will send immediately. For eg: mail_obj.create() function will create mail record to send and this will be in a queue and you can see that under Emails in general settings. You can force send this mail by mail_obj.send() method. If you are sending mail using a template, then you can use force_send=True Parameter in the send_mail function. eg: template_id.send_mail(force_send=False)

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
มิ.ย. 17
8818
0
ก.พ. 25
1209
1
พ.ย. 24
2058
0
ต.ค. 23
40
2
ม.ค. 25
8406