Shravy
Shravy

Reputation: 666

Mail followers(OpenERP chatter) does not send email to email client softwares, instead received in INBOX in Odoo messaging

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

Answers (1)

Prakash Kumar
Prakash Kumar

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" :

  1. Internet Connection Lost .
  2. Missing Email Template.
  3. Error in Email Template.
  4. Mail Server Not Configure .
  5. Email Notification Not Enable For User.

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

Related Questions