Discover the easiest way to send your email from your web application with Elastic Email.
In this tutorial, we will show you how to configure your AcyMailing to send emails through the Elastic Email server.
Go to AcyMailing -> Configuration
1. Go to your Joomla! site administration panel.
2. Go to Components -> AcyMailing -> Configurations.
3. Scroll down to "Mail Configuration" section.
4. Click on the "Elastic Email" button.
Enter your Elastic Email API Key
If you are integrating Elastic Email with an existing application, setting up the application to use our SMTP relay is easiest, as it only requires modifying the SMTP configuration.
server: smtp.elasticemail.com
port: 2525
username: your username
password: your API key that can be found here.
If there are connection issues, you should first try to connect to their server using another port (our default one is 2525 but this one may be blocked by your hosting company).
You can try to use the standard SMTP method and configure it that way:
server: smtp25.elasticemail.com
port: 25
username: your API key that can be found here
password: your API key that can be found here
Congratulations! You now have AcyMailing configured with Elastic Email. Now you can start sending great email!