Webform Email Raw

Component type

module

Categories

Maintenance status

Development status

Downloads

1639

Component created

Component changed

This module addresses the use case where you need to send raw XML or some other text format from Webform submissions in the message body that Drupal's default core would otherwise filter tags out of to generate plain text. It also allows override of the main mail message MIME type.

Form Builder Field

Component type

module

Maintenance status

Development status

Downloads

4860

Component created

Component changed

The Form Builder Field uses the Form Builder module for the ability to build forms on a entity basis. The form submission does nothing out of the box. It implements hook_form_builder_field_action hook for the form to do something. There is a module included call form_builder_field_email that adds a form builder email field that integrates with form builder field to send emails.

Requirements

Unsubscribe

Component type

module

Categories

Maintenance status

Development status

Downloads

2460

Component created

Component changed

This is a general purpose module that allows users to unsubscribe from all email communications sent by Drupal.

The module design is very basic. When a user unsubscribes, they are added to an "unsubscribe list," which is stored in the database. Whenever Drupal sends mail, the unsubscribe module will check to see if the recipient is on the unsubscribe list. If so, the email is blocked. You can exempt specific modules from this blocking via the configuration page. You can also use hooks to alter exemptions, or override the blocking.

Message_notify and Mailcomment integration

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

In drupal 7 message_notify module will be used for notifications sending to users. This module is rewritten now to add more methods of message sending like sms, fax etc. Now User should be able to post comment via replying mail, This is done by mailcomment module. So Now message_notify and mailcomment can work together to handle all notification workflow of drupal notifications.

Pluggable Mailers

Component type

module

Categories

Maintenance status

Development status

Downloads

666

Component created

Component changed

Pluggable Mailers makes it easier for developers to write new email services for Drupal, by providing an object-oriented wrapper around Drupal's hook_mail() implementation. A default mailer is included.

Pluggable mailers can also be used as a wrapper around the default Drupal mail functionality, allowing you to send an email with just one function (no hook_mail()) required.

Email Contact

Component type

module

Maintenance status

Development status

Downloads

7161

Component created

Component changed

This module provides display formatters for the email field to display email as a link to the contact form, or as an inline contact form.

Drupal 8
The Drupal 8 version has no dependencies.

Drupal 7
Depends on the Email module.

The contact form functionality was separated out from the Email module.

MailSrv

Component type

module

Maintenance status

Development status

Component created

Component changed

This module does not work.
This module provides integration between drupal and postfix with dovecot.
And provides an administration interface for managing email accounts.
It also will integrate with aegir hosting system to create a mail account for each web site.