The SMTP Mail plugin

Introduction Last updated: 2023-12-16

SMTP settings, mail function, send test, save submited data ( phpmailer ). It is very easy to configure and fast.

Login

Go to wp-login.php.

login

Settings

Go to wp-admin/options-general.php?page=smtpmail-setting.

Menu Tabs
  1. General
  2. Send test
  3. Data

General

Go to the General tab.

Mail type: Mail

Send mail by function mail() of php.

Mail type: SMTP

Custom value for SSL
SMTP Secure SSL
Port 465 (gmail)
Username username@gmail.com
Password password
From Email username@gmail.com
From Name Your sitename
Custom value for TLS
SMTP Secure TLS
Port 587 (gmail)
Username username@gmail.com
Password password
From Email username@gmail.com
From Name Your sitename

cPanel documentation

Mail type: SendGrid

Custom value
SendGrid API Key q6yhiDxyvmNRlsH3aMXQpElFssXVUbQE3NVPV
From Email noreply@example.com
From Name Your sitename

SendGrid documentation

Send test

Go to the Send test tab.

Data

Go to the Data tab.

You need enable option `Save data SendMail` in the General tab.