Forums / Developer / Feedback form email recipient

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

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!