Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Created some webform with many unlimited textfields intended to contain mostly hyperlinks. The submission table tends to get more bulky than even 1C's infamous tables, just like
Both locally and on a shared hosting that does not allow DocumentRoot modification I can get a perfect installation with Drupal 10.2.4.
By perfect I mean that the site url does not contain the path ''/web'' and the modules are installed correctly according to the composer's native settings.
All this by adding the .htaccess file in the webroot public_html
I'm using the Symfony Mailer module version 1.4.1 in Drupal 10.2.4. I have a "Commerce" mailer policy which is working, by which I mean that the email gets sent and the email's subject and body text is correct.
The problem is that the body is plain text no matter what I do, and I need it to have a wrapper div with custom inline CSS. How can I accomplish that? I don't care if it's in the mailer policy or in a template, I just need to get it working, and I can't for the life of me.
I've been having trouble with the SMTP Authentication Support module on my Drupal 10.2.4 site, so I thought I'd try the "Turn it off and turn it back on" technique.
I uninstalled the module from the admin/extend/uninstall page and things seemed to go OK. When I tried to re-install the module, however, the system tells me that the module is already installed and won't re-install it.
I looked in the modules/contrib folder and the smtp folder is still there. I renamed it, but the system will still not let me install the smtp module.