generalakeneo

Configure SMTP for outbound emails

Configure the email settings by editing the /opt/bitnami/akeneo/.env file. For example, to configure a Gmail account, you could use the settings below. Replace USERNAME and PASSWORD with your Gmail account username and password respectively.

MAILER_URL="smtp://smtp.gmail.com:587?encryption=tls&auth_mode=login&username=USERNAME@gmail.com&password=PASSWORD&sender_address=user@example.com"

To configure the application to use other third-party SMTP services for outgoing email, such as SendGrid, refer to the FAQ.

Last modification February 9, 2023