Skip to content

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:

FieldDescriptionExample
Mail DriverProtocol to usesmtp
SMTP HostYour mail server addresssmtp.gmail.com
SMTP PortUsually 587 (TLS) or 465 (SSL)587
Encryptiontls or ssltls
UsernameYour email address[email protected]
PasswordYour email password or app password
From NameName shown in the "From" fieldQuizora Platform
From AddressReply-to address[email protected]

Gmail

  1. Enable 2-Factor Authentication on your Google account
  2. Go to Google Account → Security → App Passwords
  3. Generate an app password for "Mail"
  4. Use smtp.gmail.com, port 587, encryption tls

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:

  1. Your hosting provider doesn't block outgoing SMTP on port 587 (common on shared hosting — contact support to unblock)
  2. Your username and password are correct
  3. If using Gmail, that you used an App Password, not your regular Gmail password

Quizora — AI-Powered Quiz Platform