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
How easy is php?
What is the correct and the most two common way to start and finish a php block of code?
what is constructor
What is php compared to html?
How to make horizonatl menu and vertical menu responsive
What is sticky form in php?
List some sorting functions in php?
What is the difference between implode() and explode() in php?
Is array a key php?
What is the difference between array_map () and array_shift ()?
What is php's mysqli extension?
What are differences between PECL and PEAR?
What is the empty function?
How to create an array from php string?
Why do you need php?