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

What kind of variable is age?

0 Answers  


how retrive the video file in php using video tag

0 Answers  


How is it possible to remove escape characters from a string?

0 Answers  


What is difference between session and cookie in PHP?

0 Answers  


Why triggers are used in mysql?

0 Answers  


Is php used for frontend or backend?

0 Answers  


How to get the ip address of the client?

0 Answers  


Which is better php or nodejs?

0 Answers  


is that "enumerated array" equal to "numeric array"?

0 Answers   Maxil Technologies,


How To Get the Uploaded File Information in the Receiving Script?

0 Answers  


Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?

0 Answers  


What is $_ get?

0 Answers  


Categories