mail() function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
batufo
Forum Newbie
Posts: 1
Joined: Sun Mar 14, 2010 6:34 am

mail() function

Post by batufo »

hi,

i wanted to know if there is any limit for the number of mail's i can input?

**example**
$Name
$email = "10 different email addresses"
$recipient
$mail_body
$subject

it is possible?

thank you.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: mail() function

Post by Christopher »

Check the documentation. It probably depends on the mail system installed on your server.
(#10850)
rahulzatakia
Forum Commoner
Posts: 59
Joined: Fri Feb 05, 2010 12:01 am
Location: Ahmedabad

Re: mail() function

Post by rahulzatakia »

you can give as many email address to which you need to send mail but you have to separate it by ","
Post Reply