SMTP Mailer

Descrizione

SMTP Mailer plugin allows you to configure a mail server which handles all outgoing email from your website. It takes control of the wp_mail function and use SMTP instead.

SMTP Mailer Add-ons

SMTP Mailer Settings

  • SMTP Host: Your outgoing mail server (e.g. smtp.gmail.com).
  • SMTP Authentication: Whether to use SMTP authentication when sending an email (True/False). If you choose to authenticate you will also need to provide your username and password.
  • SMTP Username: The username to connect to your SMTP server.
  • SMTP Password: The password to connect to your SMTP server.
  • Type of Encryption: The encryption to be used when sending an email (TLS/SSL/No Encryption. TLS is recommended).
  • SMTP Port: The port to be used when sending an email (587/465/25). If you choose TLS the port should be set to 587. For SSL use port 465 instead.
  • From Email Address: The email address to be used as the From Address when sending an email.
  • From Name: The name to be used as the From Name when sending an email.

SMTP Mailer Test Email

Once you have configured the settings you can send a test email to check the functionality of the plugin.

  • To: Email address of the recipient.
  • Subject: Subject of the email.
  • Message: Email body.

Known Compatibility

SMTP Mailer should work with any plugin that uses the WordPress Mail function. However, It has been tested with the following form and contact form plugins:

  • Contact Form 7
  • Jetpack Contact Form
  • Visual Form Builder
  • Fast Secure Contact Form
  • Formidable Forms
  • Contact Form by BestWebSoft

For detailed setup instructions please visit the SMTP Mailer plugin page.

Screenshot

  • SMTP Mailer Settings
  • SMTP Mailer Test Email Tab

Installazione

  1. Go to the Add New plugins screen in your WordPress Dashboard
  2. Click the upload tab
  3. Browse for the plugin file (smtp-mailer.zip) on your computer
  4. Click “Install Now” and then hit the activate button

FAQ

none

Recensioni

16 Aprile 2025 1 risposta
For sensible reasons, not all of us upgrade Wordpress the moment a new version is released. So I was surprised to find that, today, my website was no longer able to send SMTP emails when nothing on the server had changed… except I found that SMTP Mailer had been upgraded to 1.1.18 and, when sending email, would fail with the following error: [16-Apr-2025 18:44:29 UTC] PHP Warning: require_once(/home/xxxx/public_html/wp-includes/class-wp-phpmailer.php): Failed to open stream: No such file or directory in /home/xxxx/public_html/wp-content/plugins/smtp-mailer/main.php on line 586[16-Apr-2025 18:44:29 UTC] PHP Fatal error: Uncaught Error: Failed opening required ‘/home/xxxx/public_html/wp-includes/class-wp-phpmailer.php’ (include_path=’.:/opt/cpanel/ea-php82/root/usr/share/pear’) in /home/xxxxx/public_html/wp-content/plugins/smtp-mailer/main.php:586 Version 1.1.18 assumes that wp-includes/class-wp-phpmailer.php is available on previous versions of Wordpress… it isn’t … and the plugin fails because this file does not exist.
6 Novembre 2024
In the world of WP plugins, it’s easy to get bogged down by bloated, feature-rich options. This plugin is a refreshing departure from that trend. It’s lean, mean, and focused on doing one thing exceptionally well: sending emails.
5 Novembre 2024 3 risposte
HelloI am getting an error like the one below. I couldn’t find the source of this problem. Can you help? Thanks Fatal error: Uncaught Error: Call to undefined function php_uname()in /home/zettdekor/public_html/wp-content/plugins/smtp-mailer/main.php on line 221 Call stack: SMTP_MAILER::server_info_settings()wp-content/plugins/smtp-mailer/main.php:145 SMTP_MAILER::options_page()wp-includes/class-wp-hook.php:324 WP_Hook::apply_filters()wp-includes/class-wp-hook.php:348 WP_Hook::do_action()wp-includes/plugin.php:517 do_action()wp-admin/admin.php:259 require_once()wp-admin/options-general.php:10
1 Agosto 2024
Hi, I am using smpt.gmail.com i want to change From email and name. its uses my Google name and email as from but i want to change it to user name and email of form sender. can you please help me?
2 Luglio 2024
Not working with Hetzner Servers.If I try other Plugins with same credentials everything works fine.
30 Maggio 2024
Set up fields were checked and double checked and each field was correct. Plugin never sent the 3 test emails we tried to send. If you want to waste time, as we did, then install, activate and try to send a test email with this plug in.
Leggi tutte le recensioni di 61

Contributi e sviluppo

“SMTP Mailer” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“SMTP Mailer” è stato tradotto in 18 lingue. Grazie ai traduttori per i loro contributi.

Traduci “SMTP Mailer” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

1.1.18

  • WordPress 6.8 compatibility update.

1.1.17

  • WordPress 6.7 compatibility update.

1.1.16

  • Removed php_uname from server info.

1.1.15

  • Updated the code for sanitizing password.

1.1.14

  • Added support for the email logger add-on.

1.1.13

  • WordPress 6.5 compatibility update.

1.1.12

  • Added support for the reply-to add-on.

1.1.11

  • WordPress 6.4 compatibility update.

1.1.10

  • Added an option to set the configured from address for all outgoing email messages.

1.1.9

  • Additional check for the settings link.

1.1.8

  • Removed admin notices to avoid confusion since configurations can vary on different servers.

1.1.7

  • WordPress 6.3 compatibility update.

1.1.6

  • WordPress 6.2 compatibility update.

1.1.5

  • Compatibility update for WordPress 6.1.

1.1.4

  • Updated the mail function for WordPress 6.0.

1.1.3

  • Updated the mail function for WordPress 5.9.

1.1.2

  • Fixed an issue that could cause an Undefined variable error if $attachments was not set.

1.1.1

  • WordPress 5.7 compatibility update.

1.1.0

  • The password field can be left empty when updating the settings.

1.0.9

  • Updated the code to be compatible with WordPress 5.5.

1.0.8

  • SMTP Mailer is compatible with WordPress 5.3.

1.0.7

  • SMTP Mailer now checks for a valid nonce when sending a test email.

1.0.6

  • SMTP Mailer no longer shows the saved password in the settings.

1.0.5

  • SMTP Mailer is now compatible with WordPress 4.9.

1.0.4

  • Updated the mail() function by setting its minimum requirements to WordPress 4.8.
  • “phpmailer_init” action hook is now enabled so it can be used by other plugins.

1.0.3

  • Fixed a bug where an apostrophe in the password would cause SMTP authentication failure.

1.0.2

  • SMTP Mailer now supports the “wp_mail_failed” hook which fires after a phpmailerException is caught.
  • Added a new option to bypass this error on some servers where the SSL certificate is not properly configured – Warning: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed.

1.0.1

  • First commit