Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6176761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:09:30+00:00 2026-05-24T00:09:30+00:00

Does anybody know how many emails are limited in the mail() function? I just

  • 0

Does anybody know how many emails are limited in the mail() function? I just wonder, because my localhost server allow me to send just one email through BCC and one email as TO. So I based the production server with this limitations, but my question is, if there’s a limit of emails allowed, which number it is, or if this depends on server configurations or PHP configuration? Both my servers are Apache.

I’ve been looking for this answers without success. Does anybody know this answer?

What I know is unless we have an email list services emails are limited to 100 per day. But is PHP capable to send this amount of emails?

Also know that’s better to use the Perl extension to this function for bulk email, but by my end I’m not interested in bulk emails, just the ability to send enough emails through the internal network to a certain amount of employees.

For example, if an order is created in the system then all the departments that will have contact with this order should receive an email. ex programming@company.com, production@company.com and shipping@company.com.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:09:31+00:00Added an answer on May 24, 2026 at 12:09 am

    PHP itself is perfectly capable of sending millions of emails/day. scripting language is of not much importance: there shouldn’t be much difference either you are using PHP, Perl or Ruby, the limiting factor will be your mail server and perhaps network throughput (shouldn’t affect you that much as you’re saying you’re not doing mass emailing). Answering your question directly – no – PHP doesn’t not set a limit on amount of emails you can send. Also – server has nothing to do with emais, – so that doesn’t limit you either.

    I can tell you right away: if you can only add 1 To address and 1 BCC address – problem would be either in your MTA or email constructed incorrectly, not in PHP mail().

    Is your BCC correct?, should look like this:

    Bcc: user@example.com, anotheruser@example.com\r\n
    

    or

    Bcc: User <user@example.com>, Another User <anotheruser@example.com>\r\n
    

    AFAik, on windows you can only do that:

    Bcc: user@example.com, anotheruser@example.com
    

    Also – SMTP RFC (RFC 5321) does not impose any limit on BCC field length, though some ISP may limit it intentionally to prevent spamming.

    p.S> For large mailing lists – look at either: PHPmailer, swiftmailer, Zend_Mail.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anybody know what hypothetical indexes are used for in sql server 2000? I
There are many MD5 JavaScript implementations out there. Does anybody know which one is
Does anybody know why and/or how to work around this without scraping SWFObject? Many
I'm using recordselect gem to populate a many-to-many association. Does anybody know another gem
Does anybody know any good resources for learning how to program CIL with in-depth
Does anybody know a technique to discover memory leaks caused by smart pointers? I
Does anybody know of any sample databases I could download, preferably in CSV or
Does anybody know of a way to list up the loaded plugins in Vim
Does anybody know the logic behind making DataSourceSelectArguments sealed? I've implemented a custom DataSource
Does anybody know a good tutorial about Squid plug-in development?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.