SMTP Mailer

Description

L’extension SMTP Mailer vous permet de configurer un serveur de messagerie qui gère tous les e-mails sortants de votre site Web. Il prend le contrôle de la fonction wp_mail et utilise SMTP à sa place.

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

Une fois que vous avez configuré les réglages, vous pouvez envoyer un e-mail de test pour vérifier la fonctionnalité de l’extension.

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

Compatibilité connue

SMTP Mailer devrait fonctionner avec toute extension qui utilise la fonction de mail de WordPress. Cependant, il a été testé avec les extensions de formulaire et de formulaire de contact suivantes :

  • Contact Form 7
  • Formulaire de contact Jetpack
  • Visual Form Builder
  • Fast and Secure Contact Form
  • Formulaires Formidable
  • Contact Form par BestWebSoft

Pour des instructions de configuration détaillées, visitez la page de l’extension SMTP Mailer.

Captures d’écran

  • SMTP Mailer Settings
  • SMTP Mailer Test Email Tab

Installation

  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. Cliquez sur « Installer maintenant » puis appuyez sur le bouton d’activation

FAQ

Puis-je envoyer des e-mails via SMTP depuis mon site web avec cette extension ?

Oui.

Can I use this plugin with Gmail SMTP?

Oui.

Can I use this plugin on any SMTP port?

Oui.

Can I use this plugin with Sendinblue SMTP?

Oui.

Can I use this plugin with Mailgun SMTP?

Oui.

Can I use this plugin with SendGrid SMTP?

Oui.

Can I use this plugin with Postmark SMTP?

Oui.

Can I use this plugin with Office365 SMTP?

Oui.

Can I use this plugin with ZohoMail SMTP?

Oui.

Avis

18 avril 2023
Works absolutly fine, nice debug view on testing
30 mars 2023
Easy WP SMTP seems to be going down hill ever since SendLayer took it over. It just keeps getting more and more bloated. If you want an easy SMTP plugin then this is the one. It does what it says and nothing more.
24 février 2023
Great Plugin for extended SMTP Support that has all you need:mail settings, a form for testing the configuration and a proper debug view (something you miss in most other smtp plugins)! No stupid "Pro" Versions that only add bloated and useless stuff like WP Mail SMTP or Easy WP SMTP do. (Honestly, you should manage your mails on your smtp provider, not inside worpdress) And because of its simplicity it works with everything. If you form plugin is not working, the problem lies in the form plugin.
22 février 2023
This is THE plugin you need to send e-mails. Forget about WPForms, Easy WP SMTP (after their upgrade it got super-bloated) or others. You just need to send e-mails, and this is the plugin to do it. Easy and lightweight.
16 février 2023 1 réponse
After Easy WP SMTP sold the plugin to a company it includes much Bloatware, 9 MB! SMTP Mailer has 52 kb! I switched all projects to SMTP Mailer, took less than a minute. It is small, it does what it should. Not more, not less. Thank you!
Lire les 50 avis

Contributeurs/contributrices & développeurs/développeuses

« SMTP Mailer » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“SMTP Mailer” a été traduit dans 15 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « SMTP Mailer » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

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