Skip to main content

Prerequisites

To get the most out of this guide, you’ll need to:

1. Get the Emailr SMTP credentials

When configuring your SMTP integration, you’ll need to use the following credentials:
  • Host: smtp.emailr.dev
  • Port: 465
  • Username: emailr
  • Password: YOUR_API_KEY

2. Integrate with Liferay

After logging into your Liferay instance as the admin user, you’ll need to enable the SMTP integration.
  1. Navigate to Control PanelServer AdministrationMail.
Screenshot placeholder
  1. Copy-and-paste the SMTP credentials from Emailr to Liferay.
  • Outgoing SMTP Server: smtp.emailr.dev
  • Outgoing Port: 465
  • Enable StartTLS: True
  • User Name: emailr
  • Password: YOUR_API_KEY
Make sure to replace YOUR_API_KEY with an existing key or create a new API Key. For the additional JavaMail properties, you can use:
mail.smtp.auth=true
mail.smtp.starttls.enable=true
mail.smtp.starttls.required=true