[Radiant] Possible Source of Mailer Failure

1842759193 1842759193 at fourwallsandaroof.com.au
Wed Mar 5 16:41:57 CST 2008


Sean,

I followed the HOWTO already, this is the existing "config" and "email_html"
part.

Existing config part =>

mailers:
  contact-us:
    subject: Email from Four Walls and A Roof
    from: info at xxxxxxxxxxxxxxxxxx
    redirect_to: /contact-us/thank-you/
    recipients:
      - 1842759193 at xxxxxxxxxxxxxxxxxxxxx

config from the Mailer Extension README =>

mailers:
  contact:
    subject: From the website of Whatever
    from: noreply at mydomain.com
    redirect_to: /contact/thank-you
    recipients:
      - one at one.com
      - two at two.com

Existing email_html part =>

Name: <r:mailer:get name="name"/>
City: <r:mailer:get name="city"/>
Email: <r:mailer:get name="email"/>
Subject: <r:mailer:get name="subject"/>
Contact: <r:mailer:get name="contact"/>
Message: <r:mailer:get name="message"/>

The contact page I am working on us is titled "Contact Us", so I assume that
the correct name for this in links and configuration files is "contact-us"?

I thought everything was correct but I'll read those docs again.

Thanks, 1842759193.

On 3/6/08, Sean Cribbs <seancribbs at gmail.com> wrote:
>
> You need to define a config part (tab) that has the name of your form in
> it, e.g.
>
> contact:
>   from:  you at domain.com
>
> Where the name of your form is 'contact'.  Please read the wiki or the
> README for more information on how to write the config part.
>
> Sean


More information about the Radiant mailing list