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

DynECT Email

This is a sand box for DynECT module, which provides integration with DYN transaction email, a service of DYN

Commerce Cardsave

This project integrates CardSave into the Drupal Commerce payment and checkout systems. It supports off-site payment via the SERVER method with a final payment form hosted on their system.

CiviCRM Vanco payment processor

Supporting module required for the Vanco Services payment processor extension for CiviCRM.

phpskr

Allows the SMS Framework to use phps.kr as a gateway.
Currently only basic sms sending functionality is implemented.
Rules integration is available thanks to SMS framework module.

Sidr Responsive menu

Provides integration with Sidr JS and creates a nice responsive menu for the menu of your choice.

X-Originating-IP email header

email header screenshot

Add the X-Originating-IP header to all outgoing emails to assist with investigation of the sources for spam and unsolicited bulk email.

A standard Drupal install sends email as if it was originating from the web server when in fact, the email originated with a person's web browser. Use this module to include information in the outgoing email header about the IP address of the person who submitted a request to a Drupal website.

Without this module, Drupal effectively becomes an anonymizing service because the standard email headers will have the email origin listed as the web server IP address instead of the user elsewhere on the Internet. By using the information from X-Originating-IP, you can track down individuals who send undesirable communications through contact or webforms.

X-Originating-IP: [xxx.xxx.xxx.xxx]

The originating IP is based on the ip_address() Drupal API function.

If Drupal is behind a reverse proxy, we use the X-Forwarded-For header instead of $_SERVER['REMOTE_ADDR'], which would be the IP address of the proxy server, and not the client's. The actual header name can be configured by the reverse_proxy_header variable.

Pages

Subscribe with RSS Subscribe to RSS - Integrations