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
Tell me what sized websites have you worked on in the past?
What are arguments in php?
What is if isset ($_ post submit )) in php?
The left association operator % is used in PHP for?
Can you use both this () and super () in a constructor?
Which function you can use in php to open a file for reading or writing or for both?
What is x+ mode in fopen() used for?
What is php beginner?
What is the use of header() function in php?
Is php a web server?
How do I use isdigit function?
Is php strongly typed?
What is regular expression in javascript?
Tell me what is mean by an associative array?
Is it possible to extend the execution time of a php script?