public function MassContactInterface::htmlSupported in Mass Contact 8
Determines if HTML emails are supported.
Return value
bool Returns TRUE if the system is capable of sending HTML emails.
1 method overrides MassContactInterface::htmlSupported()
- MassContact::htmlSupported in src/
MassContact.php - Determines if HTML emails are supported.
File
- src/
MassContactInterface.php, line 38
Class
- MassContactInterface
- Defines an interface for the Mass Contact helper service.
Namespace
Drupal\mass_contactCode
public function htmlSupported();