What form are you using? And are you using the email plugin, or the
core mail function?  Some action page? Perhaps there is a conditional
that needs to be updated on that page or something... That is not an
error message in the core function.

I did find one bug in the BOLTcomm2func function which occurs when
there is a command with no parameters. Easily fixed. So for now make
sure you have something in the mail command, like

[session mail whatever]

This will be fixed in 3.01.  Our first upgrade in the new series!

Cheers,
Dan

P.S. Oops. Just found the problem. You must be using the contact form
solution, or something like it. There is a problem with the proper
value being assigned to the sitemail system variable. Change line 204
in engine.php to this. It will look quite similar.  Another fix for
3.01

$BOLTvar['$sitemail'] = BOLTconfig('BOLTsitemail');



On Sun, Apr 5, 2009 at 9:10 AM, Linly <[email protected]> wrote:
>
> Hi Dan,
>
> Sorry to report the "bug" in 2.72. I've followed the description in
> this thread:
>
> http://groups.google.com/group/boltwire/browse_thread/thread/b509ba6431324093/55c596e468ad32f8?lnk=gst&q=mail#55c596e468ad32f8
>
> I set
>
> siteMail: [email protected]
> mailmode: active
>
> in site.config. But the mail form did not appear, only this msg:
>
> "You must register a site email address on your site config page to
> use this form. "
>
> Cheers, linly
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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