Wenn alles ok - und die Bestätigung erscheint, dass die Daten versendet wurden - trifft bei niemandem eine Mail ein, weder beim Absender noch beim Empfänger.
Bislang in conf.ic.php
Code: Select all
// Email specific settings (based on phpMailer)
$phpwcms['SMTP_FROM_EMAIL'] = 'webmaster@server.de'; // reply/from email address
$phpwcms['SMTP_FROM_NAME'] = 'der-webmaster'; // 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_USER'] = 'BENUTZERNAME'; // default SMTP login (user) name
$phpwcms['SMTP_PASS'] = 'PASSWORT'; // default SMTP password
$phpwcms['SMTP_SECURE'] = ''; // secure connection, phpMailer options: '', 'ssl' or 'tls'
$phpwcms['SMTP_AUTH'] = 1; // SMTP authentication, ON=1/OFF=0
$phpwcms['SMTP_AUTH_TYPE'] = ''; // sets SMTP auth type: LOGIN (default), PLAIN, NTLM, CRAM-MD5
$phpwcms['SMTP_REALM'] = ''; // SMTP realm, used for NTLM auth type
$phpwcms['SMTP_WORKSTATION'] = ''; // SMTP workstation, used for NTLM auth type
Der Server läuft bei HostEurope.
Und nun brauche ich Eure Hilfe!
Habe HOST von localhost schon einmal umgestellt sowie smtp-port, smpt_mailer, smtp_secure und smtp_auth_type bereits mit anderen Einstellungen durchgetestet. Kommt aber nix...