zapper0815
Freak
- Registriert
- 31. Juli 2012
- Beiträge
- 243
- Reaktionspunkte
- 32
- Punkte
- 28
Hallo zusammen,
ich nutze auf meinem Igel Debian und IPC 11.5 , nun wollte ich das versenden von Mails über den IPC EMail Manager mal testen....der sagt mir zwar das er ein Mail versendet hat , aber es kommt nicht an....auf der Konsole klappt es übrigens ohne Probleme mit der gleichen Maildresse!
config.php
Wo könnte da der Wurm drin stecken ?
Gruß zapper0815
ich nutze auf meinem Igel Debian und IPC 11.5 , nun wollte ich das versenden von Mails über den IPC EMail Manager mal testen....der sagt mir zwar das er ein Mail versendet hat , aber es kommt nicht an....auf der Konsole klappt es übrigens ohne Probleme mit der gleichen Maildresse!
config.php
//______________________________________________________________________________________
// Manager -> EMail Manager
// send EMail from..
$EMail['FROM'] = "ich@gmx.de";
$EMail['FROMNAME'] = "ich@gmx.de";
// use SMTP: true
$EMail['SMTP'] = "mail.gmx.net";
// SMTP Secure only if SMTP=true - leave empty or set ssl / tls
$EMail['SMTPSecure'] = "";
// SMTP HOST only if SMTP=true
$EMail['HOST'] = "mail.gmx.net";
// SMTP PORT only if SMTP=true and not default 25
$EMail['PORT'] = "";
// SMTP USER only if SMTP=true
$EMail['USER'] = "ich@gmx.de";
// SMTP PASS only if SMTP=true
$EMail['PASS'] = "passwd";
//____________________________________
// Manager -> EMail Manager
// send EMail from..
$EMail['FROM'] = "ich@gmx.de";
$EMail['FROMNAME'] = "ich@gmx.de";
// use SMTP: true
$EMail['SMTP'] = "mail.gmx.net";
// SMTP Secure only if SMTP=true - leave empty or set ssl / tls
$EMail['SMTPSecure'] = "";
// SMTP HOST only if SMTP=true
$EMail['HOST'] = "mail.gmx.net";
// SMTP PORT only if SMTP=true and not default 25
$EMail['PORT'] = "";
// SMTP USER only if SMTP=true
$EMail['USER'] = "ich@gmx.de";
// SMTP PASS only if SMTP=true
$EMail['PASS'] = "passwd";
//____________________________________
Wo könnte da der Wurm drin stecken ?
Gruß zapper0815