Feedback form email recipient

Author Message

Albert Hornos

Tuesday 27 September 2005 1:52:13 am

Hi another time!!
I've another question about eZ. I want to fill feedback form automatically. And I want to take an email and send it the feedback mail. I've tried to do this:

 {default attribute_base=ContentObjectAttribute}
			{let data_text=cond( is_set( $#collection_attributes[$nodo.object.data_map.recipient.id] ), $#collection_attributes[$nodo.object.data_map.recipient.id].data_text, $nodo.object.data_map.recipient.content )}
			<input class="box" type="hidden" size="20" name="{$attribute_base}_data_text_{$nodo.object.data_map.recipient.id}" value="{$node.object.data_map.email.data_text}" />
			{/let}
			{/default}

(this part of template is included in other template that have $node and $nodo in this part is the "node" of the feedback form)

Ok. The problem is this. I've take the recipient mail correctly but it doesn't receive the message.
Could anyone help me?

Thanks!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.