Swift Mailer

Component type

module

Categories

Maintenance status

Development status

Downloads

156921

Component created

Component changed

The Swift Mailer module extends the basic e-mail sending functionality provided by Drupal by delegating all e-mail handling to the Swift Mailer library. This enables your site to take advantage of the many features which the Swift Mailer library provides, such as :

  • Sending e-mails directly through a SMTP server of your choice, a locally installed MTA agent such as sendmail or the mail functionality provided by PHP.
  • Sending HTML (MIME) e-mails.
  • Adding file attachments to e-mails.
  • Adding inline images to e-mails.

User knock

Component type

module

Maintenance status

Development status

Component created

Component changed

User knock emulates "port knocking" by disabling the superuser (uid 1) account when they log out. In order to log into the account, a "secret knock" must first happen. This knock is provided in Configuration -> User knock as a URL with a generated key. Once that URL has been visited, the superuser account is activated and login proceeds as normal.

This reduces the chances of the superuser's password being bruteforced, as the account is disabled until the knock.

Feature Server (fserver)

Component type

module

Maintenance status

Development status

Downloads

3614

Component created

Component changed

This module allows you to share features and custom modules on your own website. It lets you create projects and releases, and it produces an update XML feed compatible with the update module in core. In a way it's a highly simplified version of the project module.

CCK Profile Data

Component type

module

Maintenance status

Development status

Component created

Component changed

CCK Profile Data is a plugin for CCK, which allows you to add three autocomplete fields for first name, last name and patronymic of the user to content type. Each field is associated with proper vocabulary of taxonomy terms. This module allows you to speed up the process of filling out personal information of the user and store entered information in a convenient form for further processing.