SMTP Authentication Support

Module Drupal Illustration Voir sur Drupal.org
Nb téléchargements : 132215

Components

  • Code
  • Documentation
  • Miscellaneous
  • User interface

Licence

http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

permet de connecter Drupal à un smtp

Release

Status : Published
Projects : Modules
Maintenance status : Actively maintained
Development status : Under active development
Supported Branches : 8.x-1.
shield Stable releases for this project are covered by the security advisory policy.

Description

This module allows Drupal to bypass the PHP mail() function and send email directly to an SMTP server. The module supports SMTP authentication and can even connect to servers using SSL if supported by PHPMailer.

What does SMTP do?

It sends mail via the SMTP protocol using the PHPMailer library. While it can be a standalone module for the Drupal mailsystem, you can also use the mailsystem module to manage multiple mailer modules including SMTP.

What does SMTP NOT do?

This module does not support (and will not support) sending mail via other protocols or APIs other than SMTP.
For Example: While services like sendgrid do support SMTP, you may get a better experience using the Sendgrid Integration Module

Drupal 8/9 version requires PHPMailer 6.x

If you're using the most recent version of SMTP, you must download the PHPMailer library. It is suggested you install the SMTP module via composer:
composer require drupal/smtp



Toutes les informations proviennent du site drupal.org