E-Mail form does not mail

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
harrybo
Posts: 23
Joined: Wed 2. Feb 2005, 16:27

E-Mail form does not mail

Post by harrybo »

Hello,

even after having read the documentation at http://www.phpwcms-docu.de/email_form.phtml and all the mail-related threads in this forum, I can't get my email form to mail. The redirection works properly but no mail is sent. Neither to the recipient nor to the sender (specified in "email", invoked by "send_copy"). This is my form:

Code: Select all

IT|vorname|1|Vorname: |40,100||300
IT|nachname|1|Nachname: |40,100||300
IT|strasse|0|Straße: |40,100||300
IT|plz_ort|0|PLZ, Ort: |40,100||300
IT|land|0|Land: |40,100|Deutschland|300
IT|email|1|E-Mail: |40,100||300
TA|nachricht|0|Ihre Nachricht: |40,10||300
IH|language|0||10,100|DE|0
IH|redirect|0||10,100|http://www.log-parks.com/index.php?redirect|0
IH|redirect_error|0||10,100|http://www.log-parks.com/index.php?redirect_err|0
IH|send_copy|0||10,100|1|0
My SMTP settings are:

Code: Select all

// smtp values
$phpwcms['SMTP_FROM_EMAIL']   = 'mail@log-parks.com'; // reply/from email address
$phpwcms['SMTP_FROM_NAME']    = 'mail@log-parks.com'; // reply/from name
$phpwcms['SMTP_HOST']         = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT']         = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER']       = 'mail'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH']         = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER']         = '<myUsername>'; // default SMTP login (user) name
$phpwcms['SMTP_PASS']         = '<myPassword>'; // default SMTP password
So all seems to be correct. Is it possible, that my provider (domaingo.de) does not support "mail" as phpMailer?

Thank you
Harry
mind-solutions
Posts: 35
Joined: Thu 7. Oct 2004, 07:25
Location: Kempen
Contact:

Post by mind-solutions »

hey sorry to disapoint you, but i just wanted to say, that i have teh same problem on my host (d)f) andteh smtp gives me a errormsg.
when i switch on the ()mail everythings is working fine.. i get my "Thank you" -msg BUT NO EMAIL.
i really hope that someone can help us..
bye for now.
..::Mind-Solutions.net::..

translating the docu
german and english
rushclub
Posts: 915
Joined: Tue 17. Feb 2004, 18:52

Post by rushclub »

have you called your provider? he has the possibility too look wat is going wrong in different error-logs. that was often the solution when i have had a problem. sorry that i couldn´t help.

cheers
rush
3 (!) Jahre warten reichen mir. Ich bin erst mal weg.
mind-solutions
Posts: 35
Joined: Thu 7. Oct 2004, 07:25
Location: Kempen
Contact:

Post by mind-solutions »

the thing is that another hphpWCMS is on the same host working..
thinki have to reinstall /update it.. or use a phpscript:-) wich is easier to modify...
..::Mind-Solutions.net::..

translating the docu
german and english
harrybo
Posts: 23
Joined: Wed 2. Feb 2005, 16:27

Post by harrybo »

Hello,

my problem is solved. I posted it within the forum of my provider. He didn't answer, but a short time later I received about 20 testmails, that I sent yesterday. Now, without having changed anything, the mails are going out immediately. So it was probably the best idea to ask the provider before getting to confused.

Regards
Harry
Post Reply