Page 1 of 1

problem with mailer / problem mit formular :-)

Posted: Thu 27. Jan 2005, 15:23
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.

Posted: Sat 29. Jan 2005, 13:54
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?

Posted: Sat 29. Jan 2005, 14:05
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

Posted: Sat 29. Jan 2005, 14:26
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

Posted: Sat 29. Jan 2005, 15:15
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 

Posted: Sun 30. Jan 2005, 18:12
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

same problem

Posted: Tue 15. Feb 2005, 18:20
by cmsler
Hi

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

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