Configuring SMTP for Email Delivery
Analytix sends email notifications and scheduled reports using WordPress's built-in wp_mail(). If your host's default mail is unreliable you can configure a dedicated SMTP server.
Open SMTP Settings
Go to Analytix → Settings → SMTP Settings.
Available fields
| Field | Description | Example |
|---|---|---|
| SMTP Host | Your mail server hostname | smtp.gmail.com |
| SMTP Port | 587 for TLS, 465 for SSL, 25 for none | 587 |
| SMTP Username | Your email address or SMTP login | you@gmail.com |
| SMTP Password | Your email password or app password | — |
| Encryption | TLS (recommended), SSL, or none | TLS |
| From Email | The address emails are sent from | noreply@yoursite.com |
| From Name | Display name shown to recipients | Analytix Reports |
Testing SMTP
After saving, use the Send Test Email button to verify delivery. Check your inbox and spam folder.
For Gmail, generate an App Password (Google Account → Security → 2-Step Verification → App passwords) rather than using your main account password.