Mam problem z konfiguracją phpmailer
$mail->IsSMTP();
$mail->Host = "smtp.zenbox.pl";
$mail->Port = 587;
$mail->Username = "www@adres.com";
$mail->Password = "tajne";
$mail->SMTPAuth = true;
$mail->SMTPKeepAlive = true;
$mail->SMTPSecure = "tls";
$mail->SMTPDebug =2;
mam bład
SMTP -> ERROR: Failed to connect to server: Connection timed out (110)
The following From address failed
: www
@adres
.com
: Called
Mail() without being connected Błąd
(mail@tlen
.pl
) The following From address failed
: www
@adres
.com
: Called
Mail() without being connected
a jak zmienię konfiguracje
$mail->IsSMTP();
$mail->Host = "smtp.zenbox.pl";
$mail->Port = 587;
$mail->Username = "www@adres.com";
$mail->Password = "tajne";
$mail->SMTPAuth = true;
$mail->SMTPKeepAlive = true;
Błąd
(mail@tlen
.pl
) The following From address failed
: www
@adres
.com
: Called
Mail() without being connected