Page 1 of 1

E-Mail form does not mail

Posted: Mon 14. Feb 2005, 22:29
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

Posted: Tue 15. Feb 2005, 07:16
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.

Posted: Tue 15. Feb 2005, 08:11
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

Posted: Tue 15. Feb 2005, 09:01
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...

Posted: Wed 16. Feb 2005, 12:55
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