“Serwer SMTP XAMPP” Kod odpowiedzi

Serwer SMTP XAMPP

//in php.ini file find [mail function] and change

SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = [email protected]
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
Malario

Serwer SMTP XAMPP

//Now Open C:\xampp\sendmail\sendmail.ini. 
//Replace all the existing code in sendmail.ini with following code

[sendmail]

smtp_server=smtp.gmail.com
smtp_port=587
error_logfile=error.log
debug_logfile=debug.log
[email protected]
auth_password=my-gmail-password
Malario

Odpowiedzi podobne do “Serwer SMTP XAMPP”

Pytania podobne do “Serwer SMTP XAMPP”

Więcej pokrewnych odpowiedzi na “Serwer SMTP XAMPP” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu