Appearance
Email / SMTP Configuration
Quizora sends emails for:
- Welcome messages when creators register
- Quiz attempt results
- Purchase receipts
- Payout processed notifications
- Password reset links
Configuring SMTP
Go to Admin → Settings → Email and enter:
| Field | Description | Example |
|---|---|---|
| Mail Driver | Protocol to use | smtp |
| SMTP Host | Your mail server address | smtp.gmail.com |
| SMTP Port | Usually 587 (TLS) or 465 (SSL) | 587 |
| Encryption | tls or ssl | tls |
| Username | Your email address | [email protected] |
| Password | Your email password or app password | — |
| From Name | Name shown in the "From" field | Quizora Platform |
| From Address | Reply-to address | [email protected] |
Popular SMTP Providers
Gmail
- Enable 2-Factor Authentication on your Google account
- Go to Google Account → Security → App Passwords
- Generate an app password for "Mail"
- Use
smtp.gmail.com, port587, encryptiontls
Gmail Sending Limits
Gmail has a daily sending limit of 500 emails. For higher volume, use a dedicated email service like Mailgun, SendGrid, or Amazon SES.
Mailgun
- Host:
smtp.mailgun.org - Port:
587 - Use your Mailgun SMTP credentials from the Mailgun dashboard
SendGrid
- Host:
smtp.sendgrid.net - Port:
587 - Username:
apikey - Password: your SendGrid API key
Testing Email
After saving your SMTP settings, click the Send Test Email button (shown below the settings form). A test message will be sent to your admin email address.
If the test fails, double-check:
- Your hosting provider doesn't block outgoing SMTP on port 587 (common on shared hosting — contact support to unblock)
- Your username and password are correct
- If using Gmail, that you used an App Password, not your regular Gmail password