awsakeneo

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 the SMTP service provided by Amazon Simple Email Service (SES), refer to the guide on using Amazon SES.

NOTE: Amazon EC2 blocks SMTP port 25 by default on all Amazon EC2 instances, and you must manually request removal of this restriction to use this port.

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