How To Configure MailerLogic SMTP With Other Platforms
This article explains how to connect MailerLogic SMTP with BrainCert or any other platform that supports SMTP relay so your emails are sent reliably from your own domain.
You do not need advanced technical knowledge. If you can copy and paste values, you can complete this setup.
Get SMTP Credentials From MailerLogic
Step 1: Open MailerLogic Dashboard
Go to 'MailerLogic' β 'SMTP Settings' and click the 'View' option to see your SMTP details.
Step 2: View SMTP Details
You'll see the SMTP details. Click 'Rotate Password'.
This generates a new SMTP password for your account.
Step 3: Rotate Password
Click βRotate Passwordβ to generate a new SMTP password.
Step 4: Copy Your SMTP Password
Youβll see the generated password. Click the 'Eye icon' to view it, and then click the 'Copy icon' to copy the password.
Configure SMTP in BrainCert
Step 5: Open Mail Relay
Go to 'Global Settings', open 'Mail Relay', and choose 'SMTP Relay'.
Step 6: Enter MailerLogic SMTP Details
Fill in the SMTP fields in BrainCert exactly as shown below:
BrainCert β SMTP Configuration
| Field | Value |
|---|---|
| Email Server Provider | Custom / SMTP |
| Host | smtp.mailerlogic.net |
| Port | 587 |
| Encryption | TLS |
| Username | MailerLogic Username (Email OR Customer ID) |
| Password | SMTP Password From MailerLogic |
| From Email | Email From Your Verified Domain |
Click Save SMTP Settings once all fields are filled.
Step 7: Send a Test Email
Click 'Send test email to myself'.
You should receive a test email in your inbox. The sender (βFromβ) address should match your verified domain.
Step 8: Verify Delivery In MailerLogic (Optional But Recommended)
To confirm everything is working:
Open MailerLogic Dashboard, go to Reports β Analytics/ Logs
Check the test email status:
Delivered
Opened
Clicked (if applicable)
Using MailerLogic SMTP With Other Platforms
The same SMTP details work for any platform that supports SMTP, including:
LMS platforms
CRMs
Helpdesk tools
Custom applications
WordPress, Laravel, Node.js, Python apps
Just reuse:
Host
Port
Username
Password
TLS encryption
Alternative: Retrieve SMTP Credentials Via API (Optional)
If you prefer API access, you can fetch SMTP credentials using:
curl https://api.mailerlogic.net/api/v1/smtp-credentials \
-H "X-API-Key: YOUR_API_KEY"
This is helpful for automated setups or advanced integrations.
Common Issues And Fixes
SMTP Authentication Failed
Rotate the SMTP password again
Update the new password in BrainCert
Ensure no extra spaces are copied
Emails Not Delivered
Confirm your domain is verified in MailerLogic
Check DNS records (SPF, DKIM)
Review logs in MailerLogic
Rate Limit Errors
Check usage limits in the MailerLogic dashboard
Reduce sending speed temporarily
Once SMTP is configured successfully, no further changes are required unless you rotate credentials. BrainCert will continue sending all emails through MailerLogic automatically.