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 is needed to be able to use image function?

762


What are the different opening and closing tags available in PHP?

783


Where to put php files in apache server?

734


How do you check if a variable has been set in php?

733


What is difference between sql and php?

799


Write a program to upload a file in php?

750


What is session_start () in php?

732


Does php need a closing tag?

717


What is a php tag?

709


What is form action php?

785


How to get the IP address of the client/user in PHP?

719


What is the function of trim?

722


Which will start a session?

763


What is the use of imagetypes() method?

741


Which software is best for php?

740