By goliat on
Hi, guys.
My site has the Author Contact and the Contact Anonymous modules installed. The site is on D6.15
Visitors can create nodes as an anonymous or as a registered user.
When a node is created as a registered user (eg admin) I can send an email to the author as an anonymous user but if the
node is created as an anonymous user other anonymous user can't send email to the author.
I see this: "Unable to send e-mail. Please contact the site administrator if the problem persists."
Gracias.
Comments
Anonymous users do not have
Anonymous users do not have e-mails since they are not registered users. So hence you can't send them e-mails.
I added an email field in the node
Hi, Dave.
I added an email field in the node creation form, so all nodes created by anonymous user have an email address.
Thanks.