PR #25 was the wrong branch. I closed the PR.
Done! Thanks for the help!
I'll get this merged in as soon as I can.
Thanks for the PR!
I tested this with alpha4
+1 Works. Mind if we get this committed?
Merged the PR, thanks for the contribution!
Perignon β made their first commit to this issueβs fork.
Applied the patch! Thanks for the contribution!
There are a lot of questions. In asking a question such as this you need to give a lot more details about how the email is being sent, such as, are you using a custom module, are you talking about just like password resets, etc?
I would re-test with the latest dev code. This patch is out of date. Also just before this patch is this code which does the same thing:
if ($this->moduleHandler->moduleExists('key')) {
$key = \Drupal::service('key.repository')->getKey($key_secret);
if ($key && $key->getKeyValue()) {
$this->apiKey = $key->getKeyValue();
}
}
else {
$this->apiKey = $key_secret;
}
Pull requests are always welcome if there are any code changes required. I have one production website using this with D9 and I cannot say I have seen a problem with links not coming out correctly in mails since the email is HTML formatted the a hrefs are around text.
Done!
Cutting one now.
Merged PR! Thanks for the contribution!
Perignon β made their first commit to this issueβs fork.
PR merged.
Thanks for the help and contribution
PR merged. Thanks!
I do not know about Symfony Mailer specifically but this module is fully compatible with the latest Drupal 9.x