Configure SMTP for outbound emails
: Google Cloud Platform doesn’t allow SMTP traffic through port 25. Check Google cloud documentation to learn how to use a different port for sending emails from your application.
You can configure the email settings in the /opt/bitnami/orocrm/config/parameters.yml configuration file of the OroCRM installation. You have to configure it with your email server provider.
mailer_transport: smtp
mailer_host: smtp.example.com
mailer_port: 587
mailer_encryption: tls
mailer_user: user@example.com
mailer_password: password
To configure the application to use other third-party SMTP services for outgoing email, such as SendGrid, refer to the FAQ.