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
What are the php variables?
What are the advantages of triggers?
How do sessions work in php?
What are the popular content management systems (cms) in php?
Explain how to run the interactive php shell from the command line interface?
Which is a perfect example of runtime polymorphism?
How to list all values of submitted fields?
How to display your correct URL of the current web page?
Is gender a dependent variable?
Why does php start with variables?
How to declare an array in php?
Do you know what is the use of rand() in php?
Does php support multiple inheritance?
What is php addslashes?
What type of headers have to be added in the mail function to attach a file?