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.
We are currently experiencing garbled characters in the subject of emails sent from our Drupal site.
Garbled characters occur when we enter the email subject in Japanese characters with more than 257 bytes.
To clarify this issue, I have the following questions about email subject specifications when using contribute module "webform".
・Is there a specification for email subjects?
・Is there an upper limit on the number of characters or bytes that can be set for an email subject?
Hello I have a custom form with 2 date fields
In the submit I run a query that returns an error when I don't enter the date
I found a solution but I don't know if it is the right solution and if it is ok to operate like this
Below is the code
I'm develop a module make create a few services dinamically in a ServiceProvider (src/<MyModuleName>ServiceProvider.php). It's works correcly but I have a question.
My ServiceProvide needs a parameters to define de services to add to container and I have it in my my-module.service.yml: