Send a mail to an arbitrary mail address - CCK Email field
karel3s - February 22, 2008 - 10:25
| Project: | Workflow-ng |
| Version: | 5.x-2.x-dev |
| Component: | Wng User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Hi there,
I would like to be able to add a CCK Email field variable when triggering an e-mail using the action Send a mail to an arbitrary mail address
. The issue is that this variable is not available in the replacement patterns.
I can use a regular CCK text field, but I do prefer a more secure/better way of implementing an Email address, as would most people I suppose.
CCK fields that are available are:
- CCK text tokens
- CCK node reference tokens
- CCK image tokens
So, my question is if there is any way to add this to the body of the Email in question or if there are any alternatives? Mind you, this will be used for anonymous users, so it has to be a custom CCK field, not an account Email address.
Thank you in advance.
Best regards,
Karel Dries

#1
there were already several requests to have token support for the email field, which would solve that. Try searching email and token issue queues.
#2
Thank you, I'll do that.
#3
Just for info, the webform module allows you to do this.
http://drupal.org/project/webform
Best regards,
Karel