[Radiant] Any step by step configuration for Mailer Behaviour
Pete Burgess
peteburgess at gmail.com
Mon Dec 4 21:45:44 CST 2006
sorry. i'm still not sure how to do this even with the readme. i feel i
have setup everything as to how the readme file says but i can't seem to
get it to work. i have nowhere to go and nothing to compare it to make
sure i'm doing it right.
This is what I have done. I installed the plugin. Created a page with
this text in it:
<r:mailer:form name="contact">
<r:mailer:hidden name="subject" value="Email from my Radiant site!" />
<br/>
Name:<br/>
<r:mailer:text name="name" /> <br/>
Message:<br/>
<r:mailer:textarea name="message" /> <br/>
<r:mailer:submit value="Send" />
</r:mailer:form>
Selected "Mailer" as the behavior.
Created a part within "Contact" page named "config" and placed this
text:
mailers:
contact:
subject: Contact From Site
from: noreply at example.com
redirect_to: /contact/thanks
recipients:
- email at gmail.com
Created a "Thanks" child under "Contact"
Doesn't work for me. Where am I wrong? Thanks.
Pete
--
Posted via http://www.ruby-forum.com/.
More information about the Radiant
mailing list