Greetings,
I am running WinXP, PN 0.7.6.4, PHP Version 4.3.11, Apache 2.0.54, MySQL 4.1 and I have installed FormExpress 0.3.5. I have created a form using the following submit action...
{FormExpress:sendmail&email_address='slick230@gmail.com'}
I have noticed in the action command it says sendmail but I am unsure if this is the mail transport method or just part of the FormExpress syntax.
Anyhow, when I attempt to send the data collected in the from I get the fail message and I can't figure out why.
The Mailer mod is configured to use SMTP and when I test the config I receive the test email in my inbox. I also have dqHelpdesk installed and it has no problem sending email so I am starting to think FormExpress doesn't like SMTP.
Anyone know how to get FormExpress working nicely with SMTP or have any suggestion? I have seen that others have had similar issues but none of the posts have a solution or alternate suggestion.
Thanks!
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- Guite responded to »Remove contents of nuke_sc_anticracker from Database« 01:30 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
- jmvaughn responded to »PN 0.764 to Zikula 1.1.2 (migration) Internal Server Error« 08. Feb
- eledril created topic »Where can I download BBCode and BBSmile?« 08. Feb
- Paustian responded to »Need Feedback« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
FormExpress 0.3.5 + Mailer + SMTP
-
- Rank: Registered User
- Registered: Mar 25, 2005
- Last visit: Oct 21, 2009
- Posts: 26
I'm using SMTP without any issues. Your Submit Action looks correct. What's the error message you are getting when you try to send? Check that your Success Action & Failure Action are correct. It should look something like this:
{FormExpress:display_message&type='success'&message='Your message has been sent'} If you just want a message.
I was having some error messages saying parsing errors and it was my Success Action code that was wrong. Post what you have as your Success Action and I'll take a look at it. I'm not an expert but willing to help out as I just solved some error problems on my FormExpress.
~Misty
--
Become Aware:
Lyme Disease Awareness
-
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 29, 2007
- Posts: 11
Thanks for replying, when I the form is submitted I am get the failure action message listed below.
Submit Action: {FormExpress:sendmail&email_address='slick230@gmail.com'}
Success Action: {FormExpress:display_message&type='success'&message='Your message has been sent'}
Failure Action: {FormExpress:display_message&type='failure'&message='Oops! Something horrid has happened!'}
Thanks! -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 29, 2007
- Posts: 11
Ok, I figured out the problem. After reviewing my PHP.ini file I found the line for SMTP and it was pointing to my localhost and not the mail server.
After pointing it to the correct mail server all is well.
Cheers! -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 29, 2007
- Posts: 11
Two more questions...
Has anyone been able to get the form to send email to multiple people?
&
What is the syntax for configuring the Success Action to send the user to a new page on the site?
Cheers!
edited by: slick230, Nov 19, 2007 - 11:38 AM -
- Rank: Registered User
- Registered: Mar 25, 2005
- Last visit: Oct 21, 2009
- Posts: 26
slick230, so sorry i did not respond back. Have no excuse more than it was the holidays, went out of town and am just getting back on line. Glad to see you figured out the other problem: Here's the answer to your two questions:
For your question:Quote
What is the syntax for configuring the Success Action to send the user to a new page on the site?
Under the Success Action - here's the exampleCode
{htmlpages:display&pid='9'}
You need to change the htmlpages to the module name and the 9 to the page id of the module page you want to view.
For your question:Quote
Has anyone been able to get the form to send email to multiple people?
Under the Submit Action - here's the exampleCode
{FormExpress:sendmail&email_address='info@firstemail.net; info@secondemail.com'}
Make sure to put the semicolon (;) between the two or more email addresses.
hope this helps
~Misty
--
Become Aware:
Lyme Disease Awareness
- Moderated by:
- Support
Users on-line
This list is based on users active over the last 60 minutes.

