Great that you at least made some improvements while trying to explain
an error you really couldn't grasp. Slightly reduces my bad conscience
for wasting your time. :)

On Jan 8, 3:35 pm, The Editor <[email protected]> wrote:
> Sorry, that email got sent before I finished it. I did some other
> checking and I remembered that the messages don't get sent back unless
> you have msg=true in your mail parameter string. [session mail
> "msg=true"]. I did this with all the function messages, but now don't
> see why. So I've gone through and got them all working automatically.
> We can change that, but I think the more info coming out of the system
> the better for debugging. Esp when these can always be overwritten
> easily enough.
>
> I also changed the code in the mail function to specify exactly what
> parameter is missing. So next time it should be much easier to debug.
> This will be in the next release.
>
> Cheers,
> Dan
>
>
>
> On Fri, Jan 8, 2010 at 9:18 AM, The Editor <[email protected]> wrote:
> > Another quick suggestion. I see you have [session subject "{=title}"]
> > in the form. Since there is no title field this will be null, causing
> > the form to fail.  Try setting it to {title} or add a user entered
> > title field. Better yet, just  [text subject]
>
> > On Thu, Jan 7, 2010 at 1:51 PM, Markus <[email protected]> wrote:
> >> On Jan 7, 5:11 pm, The Editor <[email protected]> wrote:
> >>> 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.].
>
> >> It only returns "Form submitted." I enabled error reporting but I
> >> didn't get any.
>
> >>> 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?
>
> >> I think I created and tested this form with 3.x.x. Some months ago.
> >> Sorry that I can't be more precise. I rarely send myself emails using
> >> my own web site. ;)
>
> >> Also, I can't think of anything I did that might have broken email
> >> functionality.
>
> >> Best,
> >> Markus
>
> >>> 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 
> >>> > 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 
> >> 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.


Reply via email to