Try renaming site.auth.email to site.auth.mail. I think that will solve the problem.
Cheers, Dan On Tue, Jan 5, 2010 at 4:27 PM, Markus <[email protected]> wrote: > I just noticed that my email form stopped working. :/ > > I have a hierarchy "blog". "blog.footer" adds an email form to > "blog.*" pages. > > "site.auth.email" contains: blog.*: @guest > > "site.config" contains: > > mailAddress: ....@... > mailMode: active > sitemail: ....@... > > "blog.footer" contains (stripped): > > [form]Email: > [text email size=35] > Message: > [box body rows=10]{?body}[box] > Write {captcha} in here: [text check size=6] > [submit "SUBMIT"] > [session if "! equal {=check} {captcha} ? warn=Error."] > [session validate_email "/^...@.+..+$/ ? : warn=Error."] > [session warn] > [session subject "{=title}"] > [session to "{sitemail}"] > [session from "{=email}"] > [session mail] > [session msg "Success."] > [form] > > Email address validation works, captcha works, but no mail is sent. > Any ideas? > > Happy new year, > Markus > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > > >
-- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
