Problem/Motivation

I used this tutorial: https://www.lucius.digital/en/blog/sending-html-mails-drupal-89-programm... to send e-mails using HTML programmatically from a custom build module. This works great but the mails don't get send via this module but via the PHPMailer.

How can I force my module to use this module?

Comments

zebda created an issue. See original summary.

bluegeek9’s picture

Status: Active » Closed (works as designed)

PHPMailer is the library that SMTP uses.

  "require": {
    "phpmailer/phpmailer": "^6.1.7"
  },

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.

bluegeek9’s picture

Status: Closed (works as designed) » Fixed

Hi zebda,

The SMTP project uses the PHPMailer library.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.