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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:32:38+00:00 2026-06-18T05:32:38+00:00

txtTo=email1,eamil2,email3; foreach (array($_POST[txtTo]) as $v) { $strTo = $v; $flgSend = @mail($strTo,$strSubject,$strHeader1,$strHeader); if($flgSend) {

  • 0

txtTo=email1,eamil2,email3;

foreach (array($_POST["txtTo"]) as $v) {
    $strTo = $v; 
    $flgSend = @mail($strTo,$strSubject,$strHeader1,$strHeader); 

    if($flgSend)  
    {  
    echo "$v Mail send completed.\n<br/>";  
    }  
    else  
    {  
    echo "$v Cannot send mail.\n<br/>";  
    } 
}

It send email to all so I get email1,eamil2,email3 Mail send completed.

except of

email1 Mail send completed.
eamil2 Mail send completed.
email3 Mail send completed.

What is wrong? how to send mail to each person not to all together?

  • 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-06-18T05:32:39+00:00Added an answer on June 18, 2026 at 5:32 am

    You need to split the separate e-mail addresses before looping;

    $recipients = explode(',', $_POST['txtTo']);
    
    foreach ($recipients as $v) {
        $strTo = $v; 
        $flgSend = @mail($strTo,$strSubject,$strHeader1,$strHeader); 
    
        if($flgSend)  
        {  
        echo "$v Mail send completed.\n<br/>";  
        }  
        else  
        {  
        echo "$v Cannot send mail.\n<br/>";  
        } 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to set-up or confirm email account to sent email from my send mail
i have to send mail with attachments.my code works only for files smaller than
Is there a way to send a .txt to a printer using c#? something
Ok so I am doing a code in C# to send to a persons
I want to send an email with django and I want the body of
I'm trying to send emails from my webpage, so I have tried this: Imports
Is it possible to send email from my computer(localhost) using asp.net project in C#?
I am trying to have more than one Edittext fields to send via a
I've got two html textboxes ( txtFrom and txtTo ) which is read-only. These
I'm a newbie in android. Please help me. I'm not able to send email

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.