Page 1 of 1

SMTPmail 2.0 veröffentlicht / published

Posted: Mon 25. Apr 2022, 14:04
by Gert
Image Hallo,

SMTPmail 2.0 steht zum Download bereit.


Die Angabe einer from-Mailadresse ist jetzt möglich (auf einigen Servern notwendig) und php Warnungen unter php 8.1.3 wurden beseitigt.

Das Plugin muss komplett neu installiert und konfiguriert werden, die Formulare im userfiles Ordner funktionieren aber weiter,

viel Spass - Gert

========================================================================

Image Hello,

SMTPmail 2.0 is ready for Download.

Specifying a from-mail-address now is possible (required on some servers) and php warnings under php 8.1.3 have been eliminated.

The plugin must be completely reinstalled and configured, but the forms in the userfiles folder are working as before,

have fun - Gert

========================================================================

Demo: https://www.ge-webdesign.de/plugindemo/ ... __SMTPmail

Download: https://www.ge-webdesign.de/cmsimpleplu ... __SMTPmail

Re: SMTPmail 2.0 veröffentlicht / published

Posted: Wed 25. May 2022, 16:47
by Klasema
Hallo !
Ich habe SMTPmail installiert.
Beim Senden wird danach eine leere Seite angezeigt. Ich habe das Minimalformular verwendet.
Danke für die Hilfe.
mfg
Steffen

Re: SMTPmail 2.0 veröffentlicht / published

Posted: Thu 26. May 2022, 15:27
by Gert
Klasema wrote: Wed 25. May 2022, 16:47 Ich habe SMTPmail installiert.
Beim Senden wird danach eine leere Seite angezeigt. Ich habe das Minimalformular verwendet.
Wow - die Fülle der Informationen erschlägt einen ja förmlich ... ;)

Welche Funktion verwendest Du (phpmail, smtpmail)?
Kommt die mail an?
Hast du mal den Debug Mode aktiviert und die mail eingeloggt abgeschickt (php Fehlermeldungen)?
Sind die Systemvoraussetzungen erfüllt?
Gibt es einen Link? Dann könnte man schauen, was da sonst noch so installiert ist.

Debug Mode: viewtopic.php?f=20&t=443
Systemvoraussetzungen: https://www.cmsimple.org/doku/?Installa ... ssetzungen

Gert

Re: SMTPmail 2.0 veröffentlicht / published

Posted: Fri 27. May 2022, 13:37
by Klasema
Habe PHP auf 8.1 gesetzt

Verwende smptmail

Debug-modus eingeschaltet

Folgende Fehlermeldung

Fatal error: Uncaught PHPMailer\PHPMailer\Exception: SMTP Error: Could not authenticate. in /www/htdocs/v111778/webneu/plugins/smtpmail/PHPMailer-master/src/PHPMailer.php:2171 Stack trace: #0 /www/htdocs/v111778/webneu/plugins/smtpmail/PHPMailer-master/src/PHPMailer.php(1982): PHPMailer\PHPMailer\PHPMailer->smtpConnect(Array) #1 /www/htdocs/v111778/webneu/plugins/smtpmail/PHPMailer-master/src/PHPMailer.php(1654): PHPMailer\PHPMailer\PHPMailer->smtpSend('Date: Fri, 27 M...', 'Gesendet am: 27...') #2 /www/htdocs/v111778/webneu/plugins/smtpmail/PHPMailer-master/src/PHPMailer.php(1492): PHPMailer\PHPMailer\PHPMailer->postSend() #3 /www/htdocs/v111778/webneu/plugins/smtpmail/index.php(137): PHPMailer\PHPMailer\PHPMailer->send() #4 /www/htdocs/v111778/webneu/cmsimple/functions.php(181) : eval()'d code(1): smtpmail('_minimal', 'captcha') #5 /www/htdocs/v111778/webneu/cmsimple/functions.php(181): eval() #6 /www/htdocs/v111778/webneu/plugins/index.php(1114): evaluate_plugincall('\n<h5><strong>Ko...') #7 /www/htdocs/v111778/webneu/plugins/index.php(357): preCallPlugins() #8 /www/htdocs/v111778/webneu/cmsimple/cms.php(520): include('/www/htdocs/v11...') #9 /www/htdocs/v111778/webneu/index.php(3): include('/www/htdocs/v11...') #10 {main} thrown in /www/htdocs/v111778/webneu/plugins/smtpmail/PHPMailer-master/src/PHPMailer.php on line 2171

Re: SMTPmail 2.0 veröffentlicht / published

Posted: Sat 28. May 2022, 09:48
by Gert
Hallo,

exakt diese Fehlermeldung erhalte ich, wenn in der Plugin Konfiguration smtp username oder smtp password falsch ist. Da stimmt also was nicht mit Deinen smtp Zugangsdaten. Wenn Du das nicht geregelt bekommst, nutze einfach die Funktion phpmail(),

Gert