Reputation: 666
I had included the openerp chatter in my custom module by inheriting 'mail.thread' and adding add follower widget in XML through the following code.
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field name="message_ids" widget="mail_thread" />
</div>
While I add any follower, it shows the wizard to add contacts, but in reality, it does not send emails to email client like thunderbird or any other. But it is sent to their Inbox under messaging in Odoo.
Can anyone please clear the confusions.? Thanks
Upvotes: 0
Views: 1579
Reputation: 2594
I have made my comments as below , kindly request you to find it as below it may help in your case
Regading :it does not send emails to email client like thunderbird or any other. But it is sent to their Inbox under messaging in Odoo.
There can have many reason of "not send emails to email client" :
You can try this useful Link also: How to configure out going mail server in ODOO
So just ensure these things(specifically 4 and 5) at your end ,it may work in your case.
Upvotes: 1