在我的 gmail 界面中使用 Odoo 获取已发送的消息

Get sent messages with Odoo in my gmail interface into

我的 Odoo 配置为使用 google smtp 并且可以正常工作。 我想找到所有在 odoo 中发送到我的 gmail 界面的邮件。有什么想法吗?

可以在设置>>技术>>电子邮件>>外发邮件服务器中配置电子邮件发送服务器

- 发送服务器配置:

    SMTP Server: smtp.gmail.com
    Connection Security: Select Any One
    Username: Your E-Mail user name
    Password: Your E-Mail password

设置>>技术>>电子邮件>>接收邮件服务器

- 传入服务器配置:

 **[1] POP server:**

    Server Type : POP Server
    Server Name:  pop.gmail.com
    Port: 995
    SSL/TLS: True
    Username: user@gmail.com
    Password: userpwd

**[2] IMAP server:**

    server name : imap.gmail.com
    port : 993
    User Name : youremailid@gmail.com
    Password : your gmail password
    SSL/TLS : yes 

对传入邮件执行的操作:

创建新记录 = crm.lead ["define the object name from where you want to this email"]

现在点击 "Fetch Now" 按钮。

查看此文件夹:https://mail.google.com/mail/#sent 它适用于我的 Odoo