Test email form

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

This module provides a form interface that can be used for email testing.

History

Initially, we had this form in the Mailgun module that was very helpful to test if mail system is working.

We decided to make it as a separate project because this is not some-mail-system-specific and can be used everywhere.

Email Control

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Email Control module provides the means to control whether or not the drupal system sends out emails, and can redirect all emails to configured addresses (e.g. to a static address, or the email address of the logged in user, etc.). Further, it can prevent multiple email addresses with identical subject lines or bodies from being sent, as well as control which modules are affected by the email sending restrictions.

Welcome mail

Component type

module

Maintenance status

Development status

Downloads

6

Component created

Component changed

This module allows you to send a welcome mail after x amount of time to new users.

This is often used if you are running a service and want to check in on how people are doing after a while, and if they have any questions or improvements.

This module is what sends out the welcome mails at Violinist.io, which is why it was developed initially.