I've read the topics such as http://www.phpwcms.de/forum/viewtopic.php?t=6486 concerning problems with earlier versions of this CP, however I'm still having trouble with it.
It works great if I have no redirect to an alias. If I check the redirect on success box with a link, I never get email.
$phpwcms['SMTP_MAILER'] = 'smtp'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH'] = 1; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER'] = '*****@******.com'; // default SMTP login (user) name
$phpwcms['SMTP_PASS'] = '***********'; // default SMTP password
Those are my settings and they WORK without the redirect. Any thoughts?
Email Contact Form problem
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
Hi darkmatter,
i don´t know if i remember right, but i think you mustn´t
choose the select-field for redirection. Just enter the html-code
into the on succes field and that should be all.
I hope this helps
Lars
i don´t know if i remember right, but i think you mustn´t
choose the select-field for redirection. Just enter the html-code
into the on succes field and that should be all.
I hope this helps
Lars
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
-
- Posts: 23
- Joined: Sat 30. Jul 2005, 17:27
Hi Lars,Klappstuhl28 wrote:Hi darkmatter,
i don´t know if i remember right, but i think you mustn´t
choose the select-field for redirection. Just enter the html-code
into the on succes field and that should be all.
I hope this helps
Lars
HTML code as in just to disply a success text or to redirect to another existing page? HTML works fine so I'll do that for now, thanks.
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
Hi darkmatter,
it also works when you just link to another site.
There you just have to write the normal
link-tags. The main-point is, that you
just have to left open the select-field
to get this work.
If you want to try it, just open the
content-part two times. In one you
can try any changes and one to safe
the original settings.
If the changes doesn´t work you just
ckick the safe-button in the safe one
and you get the old settings back.
Glad that it works now
it also works when you just link to another site.
There you just have to write the normal
link-tags. The main-point is, that you
just have to left open the select-field
to get this work.
If you want to try it, just open the
content-part two times. In one you
can try any changes and one to safe
the original settings.
If the changes doesn´t work you just
ckick the safe-button in the safe one
and you get the old settings back.
Glad that it works now
Last edited by Klappstuhl28 on Fri 7. Apr 2006, 21:48, edited 1 time in total.
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
-
- Posts: 23
- Joined: Sat 30. Jul 2005, 17:27
Actually, I spoke too soon... When I try to place HTML tags in the "on success" field and update, it removes the tags and leaves the text. ??? All I can do is place text, which is unformatted.Klappstuhl28 wrote:Hi darkmatter,
it also works when you just link to another site.
There you just have to wright the normal
link-tags. The main-point is, that you
just have to left open the select-field
to get this work.
If you want to try it, just open the
content-part two times. In one you
can try any changes and one to safe
the original settings.
If the changes doesn´t work you just
ckick the safe-button in the safe one
and you get the old settings back.
Glad that it works now
- Klappstuhl28
- Posts: 833
- Joined: Fri 4. Mar 2005, 01:58
- Location: Hamburg
- Contact:
Have you tried to enter just the alias of the redirection-site.
With the f...... hook or not?
Ok that a message without redirection works by
just entering some "thank you, ..."
i know, because that´s what i´m workin´with.
With the f...... hook or not?
Ok that a message without redirection works by
just entering some "thank you, ..."
i know, because that´s what i´m workin´with.
Lars
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
Don't say you don't have enough time. You have exactly the same number of hours per day that were given to Helen Keller, Pasteur, Michaelangelo, Mother Teresa, Leonardo da Vinci, Thomas Jefferson, and Albert Einstein. - H. Jackson Brown -
-
- Posts: 23
- Joined: Sat 30. Jul 2005, 17:27