Skip to Content
Menu
This question has been flagged
1113 Views

Good evening, how can I pass the encrypted password when creating the email configuration.

Thanks a lot,   

odoo:12

<record id="ir_mail_server_01" model="ir.mail_server">

            <field name="name">clientes@mydominio.com</field>

            <field name="smtp_host">smtp.server.com</field>

            <field name="smtp_encryption">ssl</field>

            <field name="smtp_user">send@mydominio.com</field>

            <field name="smtp_pass">******encrypted pass*******</field>

Avatar
Discard