Only for registered users?
Quinti - April 15, 2009 - 20:05
| Project: | Author Contact |
| Version: | 6.x-1.1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Quinti |
| Status: | by design |
| Issue tags: | anonymous users, registered |
Jump to:
Description
Hi buddies
This module is only for registered users that creates nodes?
if yes,
are there any way to collect the cck email of the anonymous user?
i think don't be difficult....,
well, thank you very much,
great module

#1
sorry,
in my site, anonymous users can create nodes, then, i want that visitors can contact with this anonymous posters, then, are there any way to collect the cck email of these anonymous posters?
thnks
#2
I guess the module is thought to be used only for authenticated users, for whom the email address is contained in the Drupal core tables.
#3
How so? It seems to work fine for me whether logged in or anonymous.
#4
@rick_deckard: It works whether the person _sending_ the email is anon or logged in. For _receivers_ (node creators) it will only work if they are a registered user with a recorded email address.
@Quinti: You can collect the email address using CCK on the create page form, and then adjust the $to variable in this module to send to that emial. Not too difficult but I don't think it will be useful as a standard feature - if you want to send me more info by email I can try to help you out.