Mail System

Component type

module

Categories

Maintenance status

Development status

Downloads

858806

Component created

Component changed

Provides an Administrative UI and Developers API for managing the used mail backend/plugin.

The module is ready to be used in Drupal 8, there are no known issues.

Allows to use different backends for formatting and sending e-mails by default, per module and per mail key. Additionally, a theme can be configured that is used for sent mails. In Drupal 7, that must be enabled for each template, in Drupal 8, it works reliably for any template being rendered while building and sending e-mails.

Ubercart PDF Invoice

Component type

module

Maintenance status

Development status

Downloads

2549

Component created

Component changed

With this module you can create PDF invoices for Ubercart orders. This module based on the Views PDF project.

The PDF invoice can be fully customized through admin interface. In combination with the Ubercart rules integration and the mimemail integration of the Views PDF you can send the Invoice directly to the customer per e-mail.

CiviCRM PDF Receipts

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides PDF-based receipt generation for CiviCRM.

While CiviCRM is an excellent tool for managing contacts and interactions, it unfortunately does not provide the ability to receipt donors in a way that complies with Canada Revenue Agency (CRA) guidelines. Other countries besides Canada may have similar requirements. Ideally this module would eventually serve their needs as well, so long as the requirements do not diverge too greatly.

Features of the module include:

PGP Contact Forms

Component type

module

Maintenance status

Development status

Downloads

2070

Component created

Component changed

This is a project to provide client side pgp encryption of user and site-wide contact forms using the OpenPGP.js library.

Visitors with javascript enabled will be able to click on an "Encrypt this message" button on any contact form for a user who has uploaded their public key. Because this encryption happens on the client side, clear text is not transmitted over the network.

Mail Template

Component type

module

Categories

Maintenance status

Development status

Downloads

5006

Component created

Component changed

Mail Template is intended to be a platform for emailing needs in drupal, like:

* simple emails - posibility to send simple emails to some recipients
* automailing (autoresponder) - based on rules
* email marketing - also based on rules
* custom use based on api
* other modules integrations

It will use mimemail for building & send emails

Thanks to Previewable email templates module. It was used as a starting point.

DirectMail

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to schedule large email blasts based on various types of Drupal content. Initially, the two types of content are nodes and panels since panels allow you to include virtually any other type of content. More coming soon with the initial commit.

HTML Email Template

Component type

module

Maintenance status

Development status

Component created

Component changed

HTML Email Template enables alternative node templates specifically for HTML emails, and creates a new tab on nodes for previewing and getting HTML source for emails, with permissions control. This doesn't handle any sending; it only allows creation of the markup from within Drupal themes. Since email markup tends to be significantly different from web markup, this allows using the same content in both contexts.