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.
I studied the project.module to see how I should send mails to my mailinglist subscribers. I found the _mail hook. So on, evberything goes okay.
At the end of the project_mail there is the following line:
Is this required to send the mails in ASC II? So when I bypass this, people 'can' recieve mails in HTML-format?
The meaning is to let users choose if they want to recieve HTML mails or in ASC II format, using radiobuttons. The HTML mail will be using the default Drupal theme as a template for the mail.