Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Apart from mail() function to send emails,is there any other
functions in PHP to send emails?

Answers were Sorted based on User's Feedback



Apart from mail() function to send emails,is there any other functions in PHP to send emails?..

Answer / 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

Apart from mail() function to send emails,is there any other functions in PHP to send emails?..

Answer / sathya

Except Mail() function you can use this mb_send_mail()
function, syntax is as follows

bool mb_send_mail ( string $to , string $subject , string
$message [, string $additional_headers= NULL [, string
$additional_parameter= NULL ]] )

Is This Answer Correct ?    2 Yes 0 No

Apart from mail() function to send emails,is there any other functions in PHP to send emails?..

Answer / aditi

Not a function but PHPMailer can be used..

Is This Answer Correct ?    1 Yes 0 No

Apart from mail() function to send emails,is there any other functions in PHP to send emails?..

Answer / pankaj patil

using html tag <mailto> you can send a mail.

Is This Answer Correct ?    10 Yes 23 No

Post New Answer

More PHP Interview Questions

How are sessions maintained?

0 Answers  


What is the major php security hole? How to avoid?

0 Answers  


Who is the father of PHP and explain the changes in PHP versions?

15 Answers   ADISoft Tech, Genpact, PropTiger, TWA,


Tell me what is the difference between get and post?

0 Answers  


Is time a dependent variable?

0 Answers  


What is difference between post and put in rest?

0 Answers  


How to Pass JSON Data in a URL using CURL in PHP?

0 Answers  


How a variable is declared in php?

0 Answers  


How can we find the number of rows in a result set using PHP?

4 Answers  


Does facebook use php framework?

0 Answers  


Explain how we can get the number of elements in an array?

0 Answers  


How do you remove whitespace from the beginning and end of a $string variable?

0 Answers  


Categories