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
What does $_server means?
How to find a specific value in an array?
Where do I run php code?
What is the use of Mbstring?
what are interfaces and Abstart classes
Do you know what does $globals means?
What is php date function?
Explain the difference between isset() and empty()?
What is encapsulation in php?
Can we use onclick in submit button?
What is faster in php?
Can you define an argument as a reference type?
Explain Type hinting in PHP?
How to swap two variables without using 3rd temp variable.
Which is faster for or foreach?