Discover the easiest way to send your email from your web application with VMA Emailer.
In this tutorial, we will show you how to configure your AcyMailing to send emails through the VMA Emailer 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 "VMA Emailer" button.
Enter your VMA Emailer API Key
If you are integrating VMA Emailer 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 username
password: your API key that can be found here
Congratulations! You now have AcyMailing configured with VMA Emailer. Now you can start sending great email!