Voir sur Drupal.org
Components
- Code
- Documentation
- Miscellaneous
- User interface
Images
Licence
https://www.gnu.org/licenses/old-licenses/gpl-2.0.htmlpermet de connecter Drupal à un smtp
Release
Covered by Drupal's security advisory policy
Release type : Bug fixes
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 Mail System 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
Dependencies
Integrations
Toutes les informations proviennent du site drupal.org