Closed (fixed)
Project:
HTML Mail
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2008 at 15:46 UTC
Updated:
20 Jan 2009 at 23:00 UTC
Is there a port to drupal 6 in the works?
Or should we use another module for this perhaps?
I went ahead and used the coder module on this, here are the results:
function htmlmail_help($section='') {function yourmodule_help($path, $arg) {
switch ($path) {function htmlmail_mail_alter($mailkey, &$recipient, &$subject, &$body, &$sender, &$headers) { 'title' => t('HTML Mail'), 'description' => t('Configure HTML Mail administration options.'), 'title' => t('Settings'), 'title' => t('Test mail'),function htmlmail_admin_test_form_submit($form_id, $form_values) { if ($form_values['test_subject']) { variable_set('htmlmail_test_subject', $form_values['test_subject']); if ($form_values['test_body']) { variable_set('htmlmail_test_body', $form_values['test_body']); if (drupal_mail('htmlmail-test', $addr, $form_values['test_subject'], $form_values['test_body'], $addr)) {
Comments
Comment #1
Christopher Herberte commentedYes, there will definably be a d6 port in the weeks to come.
Comment #2
getmecashbaby commentedHow is it doing? It's been 4 weeks :o
Comment #3
Christopher Herberte commentedCommitted initial d6 dev release, you'll see it soon. Please test, review and report.
Comment #4
Christopher Herberte commented