“SMTP Server Xampp” Ответ

SMTP Server Xampp

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

SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = my-gmail-id@gmail.com
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
Malario

SMTP Server 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
auth_username=my-gmail-id@gmail.com
auth_password=my-gmail-password
Malario

Ответы похожие на “SMTP Server Xampp”

Вопросы похожие на “SMTP Server Xampp”

Больше похожих ответов на “SMTP Server Xampp” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования