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 506955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:45:16+00:00 2026-05-13T06:45:16+00:00

i want know how i can send one mail to 200 user and i

  • 0

i want know
how i can send one mail to 200 user
and i want when the email sendt
it appeare send to:user@mail.com
from:my mail

because i think i see many email like that
to:email1@exaple.com;email2@exaple.com;emial3@exaple.com;
ithink this from bbc

i mean i want every user see sent to this email only

  • 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-13T06:45:16+00:00Added an answer on May 13, 2026 at 6:45 am

    You can use the native mail() function, separate the addresses with a comma, and put them all in the blind carbon copy list with additional headers.

    $to       = "jon@abc.com,sal@example.com";
    $subject  = "Mini-mass Emailer";
    $message  = "Hello World";
    $headers  = 'MIME-Version: 1.0' . "\r\n";
    $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
    $headers .= 'From: Your Name <me@mydomain.com>' . "\r\n";
    $headers .= 'Bcc: {$to}' . "\r\n";
    
    mail($to, $subject, $message, $headers);
    

    Or you could iterate over the collection of email addresses and send each message individually:

    $emails = array("foo@bar.com","fizz@buzz.com");
    foreach ($emails as $email) {
      $to = $email;
      $subject = "My Subject";
      $message = "Hello World";
    
      mail($to, $subject, $message);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to know how can i send an email with a standard text
I'm want to send more than one mail from selected cells in dataGridView, but
I want to know how can I perform VS2008 load test from five different
I wanted to know how to send e-mail using javascript. I dont want to
I want to know the way by which I can send a SharedPreference file
I want to send multi-arguments to performSelectorOnMainThread method, but it can send only one
I want to use wp_remote_post to send information from one server to my other
Well I want to redirect user from app to default mail client in his
I want to know can we have a JPanel with a Layout other than
i want know how i can manage multiple twitter account on iOS in my

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.