- Issue created by @srdtwc
- πΊπΈUnited States tr Cascadia
Mime Mail is supposed to convert all URLs to absolute, but that functionality isn't fully working in the 8.x-1.x branch.
- πΊπΈUnited States srdtwc Skokie, IL
Thanks. I was able to work around this limitation using transformRootRelativeUrlsToAbsolute in my module.
$absolute_body = Html::transformRootRelativeUrlsToAbsolute($body , \Drupal::request()->getSchemeAndHttpHost());