Drupal 6
andypost - December 10, 2008 - 15:09
| Project: | Personalized E-mails |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Are there plans to make port?

#1
I'd find this helpful as well. Maybe there's already an equivalent module / functionality?
#2
+1
#3
Hi everyone,
This is my first attempt at porting. I'm still learning PHP, so please keep in mind when testing (this is actually the first attempt at PHP as well). I haven't tested with a live site yet. This looked easy enough to cut my teeth on.
This uses user profiles (admin/user/profile) as an optional extra.
Have included the whole package. I haven't updated the readme.
Have fun,
TJ
#4
The personalised email package I posted before needs work.
Just tried it on a live site.
Emails would not send.
I don't have the time right now to look at it.
#5
Stonjie's port to Drupal 6 fixed.
#6
Did any one tried this? does it work for 6.10?
#7
It appears to set the From: address correctly but does not pick up from the profile anything other than [user]. If for example, I change that to: [profile_firstname], that setting is ignored.
#8
The [profile] tokens are not properly substituted when you create an Action/Trigger either.
#9
Suggestion - can this be committed as a 6.x-dev branch with the known issue regarding tokens? Perhaps that will be a start to finishing the updates to the code. Thanks.