“Servidor SMTP xampp” Respostas de código

Servidor 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

Servidor 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

Respostas semelhantes a “Servidor SMTP xampp”

Perguntas semelhantes a “Servidor SMTP xampp”

Mais respostas relacionadas para “Servidor SMTP xampp” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código