I've download mimemail

MIMEMAIL.pm

what should I do then to make it work?

Comments

joeBro’s picture

You need to download and install

- the mime-mail-php-module and
- the drupal mime mail module

in order to get it working.

artis’s picture

Drupal Mime Mail Module

Link to other one?

joeBro’s picture

Mime-mail-php is a php-addon and so has to be installed on your server.

If you run drupal on a linux system you can install it with
$ sudo apt-get install php-mail-mime
or with a graphical package manager

for a windows system download and a description go to
http://www.phpguru.org/static/mime.mail.html

randell’s picture

Will php_mime_magic work the same?

pbtam’s picture

Hi joeBro, i've been trying to get my mime mail to work based on my Linux based server but have had no luck. I've been trying to implement it along with simplenews but no matter what i try the emails are only sent in plain text. So i was wondering if mimemail was not activated in my system. i notice the php code you wrote:

$ sudo apt-get install php-mail-mime

but how do i run this code? my hosting is on godaddy and i haven't had any luck.

any help is appreciated.