I am buggered again with email. Just the basic simplest contact
form.
I notice in BOLTFmail line 360ish
if (! BOLTexists('site.auth.mail') || ! BOLTauth($pageLink, $BOLTid,
'mail'))
{
Should that be site.auth.email or .mail ??
I changed it to site.auth.email and then Example 1 below works. BUT
EXAMPLE 2 does not work.
My site.auth.email has 1 line
contact_site: @guest
which is the page where the form is.
EXAMPLE 1:
[(mail [email protected] subject=Hello body="hey there"
mode=active)]
I get a message:
Mail authorization failed. Mail not sent.
EXAMPLE 2:
[form]
Name: [text name]
Email: [text email]
Message:
[box cols=30 rows=4][box]
[submit]
[session subject "an email from my homepage"]
[session to "{sitemail}"]
[session mail mode=active]
[session mode active]
[form]
I get no messages just "Form Processed" and no email is sent.
Suggestions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---