Configure SMTP for outbound emails
You can configure the email settings at /opt/bitnami/config/parameters.yml file of OroCRM installation. You have to configure it with your email server provider.
mailer_transport: smtp
mailer_host: smtp.example.com
mailer_user: user
mailer_password: password
To configure the application to use other third-party SMTP services for outgoing email, such as SendGrid, refer to the FAQ.