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


Please Help Members By Posting Answers For Below Questions

Tell me what sized websites have you worked on in the past?

703


What are arguments in php?

747


What is if isset ($_ post submit )) in php?

733


The left association operator % is used in PHP for?

771


Can you use both this () and super () in a constructor?

734


Which function you can use in php to open a file for reading or writing or for both?

843


What is x+ mode in fopen() used for?

750


What is php beginner?

693


What is the use of header() function in php?

745


Is php a web server?

747


How do I use isdigit function?

780


Is php strongly typed?

804


What is regular expression in javascript?

657


Tell me what is mean by an associative array?

718


Is it possible to extend the execution time of a php script?

728