email - odoo 9 Gmail setup but fetching mails from Gmail not working sometimes -


i had setup gmail setting incoming , outgoing mails.

server name : pop.gmail.com  port : 995  ssl/tls : true  username : blabla@myusername.com  password : blabla  server priority : 5 

and looked working well.

but when use project alias email create task through client sending email alias mail, it've been working fine doesn't create task though client sent email alias mail address.

so took @ logs @ specific time when client sent email. shows odoo tried fetch mails did nothing. seems there no mails fetch mail sent before time when odoo fetch.

is there can go further debug?

again works doesn't.

  • setup more verbose logging see if more information.

  • use print statements / pdb debug fetchmail process directly.

  • check lingering mail.mail objects being stored.

  • monitor postgres logs query executions during fetch mail.

  • check emails directly in gmail inbox, check status (read, unread, etc.) odoo may not fetch mail sees being processed.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -