Apart from mail() function to send emails,is there any other
functions in PHP to send emails?
Answer Posted / sathya
Except Mail() function you can use this mb_send_mail()
function, syntax is as follows
bool mb_send_mail ( string $to , string $subject , string
$message [, string $additional_headers= NULL [, string
$additional_parameter= NULL ]] )
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does php support multiple inheritance?
Explain me what is the importance of "method" attribute in a html form?
Tell me what are the correct and the most two common way to start and finish a php block of code?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
How do you compare strings in java?
Which cryptographic extension provide generation and verification of digital signatures?
How can image properties be retrieved in php?
Explain what is the use of "echo" in php?
Tell me how is it possible to remove escape characters from a string?
How to remove blank spaces from the string?
What are the advantages of indexes?
What is the meaning of xdebug?
How do I install php?
Can you pass an array into a function?
Tell me is it possible to remove the html tags from data?