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 the maximum size of a database in mysql?
What is the use of post in php?
How do you check is php not empty?
Do you know what is use of count() function in php?
What are the string functions in php?
What is slim framework?
What is difference between array_merge and array_combine in php?
Can I include php in javascript?
Require_once(), require(), include(). What is difference between them?
Explain me what are the 3 scope levels available in php and how would you define them?
What is php namespace?
What are the Advantages and Application Areas of PHP?
What is Mcrypt used for?
How we can declare variable in php?
Tell me how can we display information of a variable and readable by human with php?