This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
42 lines (29 loc) · 1.53 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
$Id: README.txt,v 1.2 2010/05/31 21:13:08 elliotttt Exp $
-- SUMMARY --
The Mad Mimi module provides mail integration with 3rd party mail
service, Mad Mimi. Currently it just over-rides all email sent
from Drupal and sends it via Mad Mimi. Future releases may include
additional options for sending specific types of email.
-- INSTALLATION --
Before enabling the module, grab a copy of the PHP MadMimi class
from http://github.com/madmimi/php-api-client
The currently supported version is 2.x
Create a new folder in your madmimi module folder called classes.
Place the MadMimi.class.php and Spyc.class.php files in here.
The full location should be something like:
/path/to/drupal/sites/all/modules/madmimi/classes/MadMimi.class.php
Add the following to your /sites/default/settings.php file:
$conf['smtp_library'] = 'sites/all/modules/madmimi/madmimi.mail.inc';
-- ONE MORE THING BEFORE YOU SEND --
So, it's great that you've got this far in the installation process. Congrats. :)
However, there's one more thing you'll want to do if you're using the Composer promotion type
(see the admin screen for info). Create a promotion and inside it, place this: {body} .
When you send, Drupal will replace that placeholder with your text. Sweet, huh?
If you're using plain text, no worries. Just fire and forget.
-- CREDITS --
Written by elliotttt, sponsored by The SuperGroup
www.thesupergroup.com
BIG THANKS to Nicholas Young and the whole Mad Mimi team, without
their tireless support, this module would not be so easy to get
up and running.
www.madmimi.com