what is code for email sending through localhost pc..?
Answer Posted / adrevol
You can send mails using mail() function in php.
But you need to configure the SMTP in your php.ini file
by default, it will be set to localhost
change the entry of SMTP = localhost to
SMTP =mail.xxx.com
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is sticky form in php?
Explain about PHP filter and why it should be used?
What is the capacity of mysql database?
How can we get the error when there is a problem to upload a file?
What is associative array in php?
Explain the difference between php4 and php5.
What are escaping characters?
Is it possible multiple inheritance in php?
Difference between array_combine and array_merge?
What is basic php?
How to get the number of characters in a string?
What is php trait?
Why is php used?
What is the difference between client-side and server-side programming?
What is api laravel?