Apart from mail() function to send emails,is there any other
functions in PHP to send emails?
Answer Posted / m sujata
except mail() function you can use imap_mail() function .
Syntax is as follows :
bool imap_mail ( string $to , string $subject , string
$message [, string $additional_headers= NULL [, string $cc=
NULL [, string $bcc= NULL [, string $rpath= NULL ]]]] )
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
Do you know is it possible to extend the execution time of a php script?
What is form validation in php?
How to set cookies in PHP?
What does == mean in php?
What is php regular expression?
Why we use get in php?
Why do we use sessions in php?
What is array function in javascript?
What is a stored procedure in mysql?
Which php global variable is used for uploading a file?
Where are cookies stored php?
Will a comparison of an integer 12 and a string "13" work in php?
What is mysql_real_escape_string used for?
Why echo is faster than print in php?
Is php 5 still supported?