problem with mailer / problem mit formular :-)

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
mind-solutions
Posts: 35
Joined: Thu 7. Oct 2004, 07:25
Location: Kempen
Contact:

problem with mailer / problem mit formular :-)

Post by mind-solutions »

ENGLISH VERSION (GERMAN IS A BIT LOWER)

hey guys, i have a small problem with my formular :(
the fomular by itself should work, cause i have it from another project.
here is the source:

Code: Select all

IT|name|1|Name: |40,100||300
IT|email|1|Email: |40,100||300
TA|info|0|Info: |20,9||300
IH|language|0||10,100|DE|0
IH|redirect|0||10,100|http://cms.ticketmas.de/index.php?id=8,0,0,1,0,0|0
IH|redirect_error|0||10,100|http://cms.ticketmas.de/index.php?id=7,0,0,1,0,0|0
BTW is there a easier way to set up the redirects?
BUT the Problem is, when i click on "send", this msg comes up:

Code: Select all

include/inc_ext/phpmailer/class.smtp.php on line 21
that is written down there:

Code: Select all

/**
 * SMTP is rfc 821 compliant and implements all the rfc 821 SMTP
 * commands except TURN which will always return a not implemented
 * error. SMTP also provides some utility methods for sending mail
 * to an SMTP server.
 * @package PHPMailer
 * @author Chris Ryan
 */
so what is the problem?
my config looks like that:

Code: Select all

$phpwcms['SMTP_FROM_EMAIL']   = 'j.goergen@ticketmas.de'; // reply/from email address
$phpwcms['SMTP_FROM_NAME']    = 'j.goergen@ticketmas.de'; // reply/from name
//$phpwcms['SMTP_HOST']         = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_HOST']         = 'smtp.ticketmas.de'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT']         = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER']       = 'smtp'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH']         = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER']         = 'XXXXXXXXXXXX'; // default SMTP login (user) name
$phpwcms['SMTP_PASS']         = 'XXXXXXXXXXX'; // default SMTP password
hope you can help me.

####################################################

Schönen guten tach :-) Ich habe ein Problem mit dem Kontaktformular :(
Das Fomular an sich muss eigentlich funktionieren, da ich es von einem anderem Projekt genommen habe.
Das ist der QQ:

Code: Select all

IT|name|1|Name: |40,100||300
IT|email|1|Email: |40,100||300
TA|info|0|Info: |20,9||300
IH|language|0||10,100|DE|0
IH|redirect|0||10,100|http://cms.ticketmas.de/index.php?id=8,0,0,1,0,0|0
IH|redirect_error|0||10,100|http://cms.ticketmas.de/index.php?id=7,0,0,1,0,0|0
Mal nebenbei: Ist da ein einfacher Weg für die redirects?
Das Problem ist, das wenn ich auf "senden" klicke, diese Meldung kommt:

Code: Select all

include/inc_ext/phpmailer/class.smtp.php on line 21
that is written down there:

Code: Select all

/**
 * SMTP is rfc 821 compliant and implements all the rfc 821 SMTP
 * commands except TURN which will always return a not implemented
 * error. SMTP also provides some utility methods for sending mail
 * to an SMTP server.
 * @package PHPMailer
 * @author Chris Ryan
 */
Was ist aslo das Problem?
Meine config Soeht so aus:

Code: Select all

$phpwcms['SMTP_FROM_EMAIL']   = 'j.goergen@ticketmas.de'; // reply/from email address
$phpwcms['SMTP_FROM_NAME']    = 'j.goergen@ticketmas.de'; // reply/from name
//$phpwcms['SMTP_HOST']         = 'localhost'; // SMTP server (host/IP)
$phpwcms['SMTP_HOST']         = 'smtp.ticketmas.de'; // SMTP server (host/IP)
$phpwcms['SMTP_PORT']         = 25; // SMTP-Server port (default 25)
$phpwcms['SMTP_MAILER']       = 'smtp'; // default phpMailer: smtp, mail (default), sendmail
$phpwcms['SMTP_AUTH']         = 0; // sets SMTP_AUTH to ON/OFF
$phpwcms['SMTP_USER']         = 'XXXXXXXXXXXX'; // default SMTP login (user) name
$phpwcms['SMTP_PASS']         = 'XXXXXXXXXXX'; // default SMTP password
hoffe, ihr könnt mir helfen.
..::Mind-Solutions.net::..

translating the docu
german and english
mind-solutions
Posts: 35
Joined: Thu 7. Oct 2004, 07:25
Location: Kempen
Contact:

Post by mind-solutions »

i know it´s not the nice way.. but nobody any idea??

:cry: :cry: :cry:
ich weiß, es ist nicht die feine englische aber, wirklich keine eine idee?
..::Mind-Solutions.net::..

translating the docu
german and english
Fotograf59590
Posts: 8
Joined: Tue 25. Jan 2005, 23:05
Location: DE-NRW-Geseke-Kreis Soest
Contact:

Post by Fotograf59590 »

Hallo,

ich habe das gleiche Prob ... bei mir geht auch keine Mail raus ... schau mal unter:

http://www.phpwcms.de/forum/viewtopic.php?t=5321

... oder liegt ein BUG vor???

Gruß

Dirk
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

you dont need to use smtp to send out mails....


so dont fill in info....then it should use phpmail

and change this to:

$phpwcms['SMTP_MAILER'] = 'mail'; // default phpMailer: smtp, mail (default), sendmail
http://www.studmed.dk Portal for doctors and medical students in Denmark
Pappnase

Post by Pappnase »

mind-solutions wrote:i know it´s not the nice way.. but nobody any idea??

:cry: :cry: :cry:
ich weiß, es ist nicht die feine englische aber, wirklich keine eine idee?
hello

maybe set this to 1

Code: Select all

$phpwcms['SMTP_AUTH']         = [b]1[/b]; // sets SMTP_AUTH to ON/OFF 
mind-solutions
Posts: 35
Joined: Thu 7. Oct 2004, 07:25
Location: Kempen
Contact:

Post by mind-solutions »

hey .. nope this
maybe set this to 1
didn´t work :-( no changes.. any other ideas?? i am frustrated. even the change from "smtp" to "mail" didn´t work. i mean the mail is gone but i don´t receive it.

so i still need help
..::Mind-Solutions.net::..

translating the docu
german and english
cmsler
Posts: 22
Joined: Mon 5. Jul 2004, 17:32

same problem

Post by cmsler »

Hi

I have the same problem...where is the solution? hmm :(
brans

Post by brans »

ich hatte das Problem bereits in einer früheren Version, bin dann aber auf eine Alternative Lösung umgestiegen.

Ich denke wir sollten auf das neue Release warten, was ja für die nächsten Tage angekündigt ist. Die Changelog lässt vermuten, dass es im Bereich Formmailer einige Innovationen geben wird. Evtl. tragen diese auch zur Lösung unseres Problems bei.
Post Reply