I want to configure the outgoing mail through the odoo.conf file, I have this:
odoo.conf
[options]
smtp_password=mypasswordIf I configure the same parameters in the Preferences it works, is there any way to make it work from the conf file?
smtp_port=465
smtp_server=smtp.gmail.com
smtp_ssl=True
smtp_user=example@gsuitemail.com
email_from=example@gsuitemail.com
The email is provided by Gsuite, and the corresponding configuration was made.