Your crud generate module never sends a reply directly from the create and
update actions.
You are redirected either to the edit action or to the show action if you
generated a module with the show option on.
So the answer you send to the browser from inside "create" is only a http
header with the
Do you redirect?
2010/9/15 Jorge Luis
> Hi:
>
> It's normal that when we send an email from an action that don't have
> any associated template there is no notification of this in the Web
> debug toolbar?
>
> I'm sending a confirmation email from a create action (from a CRUD
> generated module)
Hi:
It's normal that when we send an email from an action that don't have
any associated template there is no notification of this in the Web
debug toolbar?
I'm sending a confirmation email from a create action (from a CRUD
generated module) but i don't get any email icon on the Web debug
toolbar