html_to_text.inc |
html_to_text.inc |
|
Copy of drupal_html_to_text improvements from issue #299138. |
mailsystem.admin.inc |
mailsystem.admin.inc |
|
Administrative interface for the mail_system variable. |
mailsystem.info |
mailsystem.info |
|
package = Mail
name = Mail System
description = Provides a user interface for per-module and site-wide mail_system selection.
core = 7.x
configure = admin/config/system/mailsystem
dependencies[] = filter
files[] = MailsystemDelegateMailSystem.inc |
mailsystem.install |
mailsystem.install |
|
Contains install and update functions for mailsytem. |
mailsystem.module |
mailsystem.module |
|
Provide UI for controlling the mail_system variable. |
mailsystem.theme.inc |
mailsystem.theme.inc |
|
The theme system, which controls the output of email messages. |
MailsystemDelegateMailSystem.inc |
MailsystemDelegateMailSystem.inc |
|
Class for formatting and actually sending a message. |
README.html |
README.html |
|
|
README.txt |
README.txt |
|
[1]Mail System
Provides an Administrative UI and Developers API for safely updating
the [2]mail_system configuration variable.
Administrative UI
The administrative interface is at admin/config/system/mailsystem. A
[3]screenshot is… |