Configuring WordPress SMTP Email Settings

By default, WordPress sends emails using PHP's built-in mail function, which can sometimes result in emails being marked as spam or not being delivered at all. Setting up SMTP (Simple Mail Transfer Protocol) ensures your WordPress emails — such as contact form submissions, password resets, and notifications — are delivered reliably.

Steps

  1. Log in to your WordPress admin dashboard
  2. Navigate to Plugins > Add New from the left-hand menu
  3. Search for WP Mail SMTP and install the plugin by WPForms
  4. Once installed, click Activate
  5. Navigate to WP Mail SMTP > Settings from the left-hand menu
  6. Enter the following details:
    • From Email: Your email address (e.g. [email protected])
    • From Name: Your website or business name
    • Mailer: Select Other SMTP
  7. Under Other SMTP settings, enter:
    • SMTP Host: webmail.zeniar.com
    • Encryption: SSL/TLS
    • SMTP Port: 587
    • SMTP Username: Your full email address
    • SMTP Password: Your email account password
  8. Click Save Settings
  9. Click the Email Test tab and send a test email to confirm everything is working

If your test email is received successfully, your WordPress site is now configured to send emails via SMTP.