I've been trying to get a simple form created with the output sent to email.

I looked at the following page but it does not work.

http://www.boltwire.com/index.php?p=docs.concepts.mail

Following it, I added the entries in site.config:

mailAddress: [email protected]
mailMode: active

With the mailAddress = my real email address.

The form on the contact page as:

[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]
[form]

submitting gives nothing, no email attempt, no errors, just a the same page
with the notification Form submitted...

Seems that {sitemail} should be setup somewhere are is that actually
directed to mailAddress ??

Looking at a different page on the Boltwire site, I get a slightly different
configuration...

I also looked at:
http://www.boltwire.com/index.php?p=solutions.email.contact

That action.contact form says "You must register a site email address on
your site config page to use this form." dispite the apparently same
configuration in site.config (mailMode: active or demo).  Adding an entry in
site.config like:

sitemail: [email protected]

Again, the same real email address used like before, makes the error go
away, but it still doesn't send any email.

Another page:
http://www.boltwire.com/index.php?p=solutions.email.validate_email

Never validates a valid email account. I looked at the page, but it appears
it suffers from a number of characters being converted to htmlentities...
Tried to fix them, but never could.

BTW, I have no problems on the same server using normal PHP mail functions
in fact, I do a ton of mail related stuff on that box both in and outside of
PHP.

I played with this in the past never getting it to work.

I am using 3.3.2 for these tests.

--

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