In my odoo 16 CE installation my website is sending e-mails on my behalf for the purpose of system operations. I would like to avoid this.
I have a google workspace account linked to the admin user of this odoo instance.
An example: when a user of the website wants to login but forgot his password he requests a Password reset and an e-mail is sent to him with a correct reply-to field but with my user e-mail in the from field.
I have checked this in the e-mail template below:
and whatever changes I do to the
I get my user sending these e-mail because that's the account that authenticates with the SMTP gmail server.
I'd love to have these emails sent out with info@mycompany.com or similar.
How can I achieve this?