I was trying to send mails concretely using php(5.6.21), xampp(3.2.2) 'mail()'. I am getting the below error. I tired in all possible ways and could find out the root cause.
PHP Warning: mail(): Failed to connect to mailserver at "smtp.tecnotree.com" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\\xampp\\htdocs\\test\\1.php on line 11, referer:abc.com/test/1.php
Please help me on the same.
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
I'm building a MVC PHP framework from scratch, and I have some problems regarding the model layer
In my Cloud09 IDE I enabled the PHP setting "Custom Code Formatter"
I'm trying to get some basic information using Facebook api, but so far I only get the user's name and idAs in { name: "Juan Fuentes", id: "123456" }