Use a third-party CSS or JS Framework, a self-hosted service like a CRM, or a third-party service with the site.

Site Inventory

Synopsis

Site Inventory is a module that stores a repository of important content on your site such as:

Simple Mail

A module to simplify sending emails with Drupal.

There are many great modules for complex email handling and sending scenarios, or email templating, and Drupal core handles emails pretty well by itself. However, for many sites, a radically simplified email sending system is helpful.

With Simple Mail, sending an email is as simple as:

  simple_mail_send($from, $to, $subject, $body);

Want to queue the email, so you can send thousands of emails in the background without crashing your site?

  simple_mail_queue($from, $to, $subject, $body);

Comment verify

Forces anonymous commenters to verify comments via email before they can be published.

CloudSponge

CloudSponge imports address books from Gmail, Facebook, Yahoo, Linkedin, Outlook.com, AOL, Outlook and Mac OS X Contacts.

Total Subscription

Subscriptions view with actions

Total Subscription provides functionality which would allow the user to subscribe to node pages, taxonomy terms, etc.

mailredirect7

This module catches mail and forward them to an pre-configured email-address
At the admin-page the user can configure which modules should forward the mail to
which emailaddress. Also could the user set an prefix which will be added to
the subject.

If the user set the prefix to "123", the subject will be "(123) %subject"
This can be handy when there is a development street. You can add, for example,
the environment.

To test the module add the mailredirect7 module to selected modules and go to the
testpage 'mailredirect7/testform'

Installation

Copy the folder mailredirect7 to your module folder and then enable it on the
admin module page. To configure the module go to 'admin/settings/mailredirect7'.

Settings

- To who will the redirected mail(s) be send
This is a list of emailaddresses where the mails will be redirected to.
In this textfield you can add more addresses separated by comma's
- Modules
This is the list of modules which implements hook_mail.
You can select which modules should redirect their emails. You can choose to
unselect modules if it's not necessary for some reason.
-Subjectprefix
If you want, you can let the mailredirect prefix the subject by the subjectprefix.
For example, You filled in '123'. The subject will be '(123) {subject}'

Pages

Subscribe with RSS Subscribe to RSS - Integrations