AW: SendEmail Einstellungen im der IPC Config - SMTP TLS
habe auch das problem kann einfach keine senden woran kann es liegen meine einstellungen
// Manager -> EMail Manager
// send EMail from..
$EMail['FROM'] = "xxxxxxx@gmx.net";
$EMail['FROMNAME'] = "xxxxxx";
// use SMTP: true / false
$EMail['SMTP'] = "true";
// SMTP Secure only if SMTP=true - leave empty or set ssl / tls
$EMail['SMTPSecure'] = "ssl";
// SMTP HOST only if SMTP="true";
$EMail['HOST'] = "mail.gmx.net";
// SMTP PORT only if SMTP=true and not default 25
$EMail['PORT'] = "465";
// SMTP USER only if SMTP=true
$EMail['USER'] = "xxxxxxxx";
// SMTP PASS only if SMTP=true
$EMail['PASS'] = "xxxxxxxxxxx";
kommt diese meldung
-> New Email User <-
Fehler (xxxxxx@online.de): Die folgende Absenderadresse ist nicht korrekt: xxxxxxx@gmx.netFehler vom SMTP Server: Authentication required