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 is self in php?
What is the use of explode() function?
Explain how to run the interactive php shell from the command line interface?
What is the use of die in php?
What is the use of friend function in php?
Do you know how to get the ip address of the client?
What are the features of php 7?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Tell me what is the difference between get and post?
Tell me how is it possible to propagate a session id?
What are the advantages of indexes?
Tell me in php, objects are they passed by value or by reference?
How do you end php?
What does session start do in php?
Why is facebook still using php?