Try getting rid of the [session msg Success] line in your form, as that is overriding any system messages sent back from the mail program (hopefully you will see something). Or rename it like [session msg_done Success.].
Let me know if you get any info back. I don't see any problems right off. Can you tell me approximately what version it stopped working? Cheers, Dan On Thu, Jan 7, 2010 at 10:36 AM, Markus <[email protected]> wrote: > Strange. I replied to this thread yesterday. :/ > > I renamed the file but that changed exactly nothing. Any other ideas? > > Best, > Markus > > On Jan 6, 10:48 am, The Editor <[email protected]> wrote: >> 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 >> > athttp://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. > > > >
-- 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.
