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
How come the code works, but does not for two-dimensional array of mine?
What are the advantages of triggers in php?
Tell me how can we change the maximum size of the files to be uploaded?
How are sessions maintained?
Tell me how do you execute a php script from the command line?
Does strlen include null?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How many types of session are there?
Tell me how comparison of objects is done in php5?
How to get a random value from a php array?
Is numeric in php?
What is __ invoke in php?
Is php used anymore?
What is the function file_get_contents() usefull for?
Do I need to install php after xampp?