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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:54:24+00:00 2026-05-12T08:54:24+00:00

I have a website where a user can send out emails from. I have

  • 0

I have a website where a user can send out emails from. I have kind of mimics basic form with:

To: <Text Input>
Subject:<Text Input>
Attachments: <Button> <Text Input>
Body <input text>

I have a list of email address in a database table and it’s easy for me to retrieve this. I am trying to find the slickest way to support the following use cases:

  1. Allow users to send email to everyone in list.
  2. Allow users to select specific members of group

What would be a good way to do this? Do some code samples exist?

One way I thought of is to mimic Gmail when you can just start typing and it will do an inline search for emails in the list. I guess I would have a separate button to “Select All” users in this case.

That is just one idea. I am open to suggestions.

  • 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-12T08:54:24+00:00Added an answer on May 12, 2026 at 8:54 am

    The jQuery plugin I referenced in my answer below has been replaced by a jQuery UI component.


    I’d definitely recommend the autocomplete approach. Something like this jQuery plugin would be a good start. You’d need to modify the code to treat commas as a trigger for a new autocomplete search though.

    As for the all members, yup, an “All Members” checkbox seems the most straightforward. If you wanted, you could also include keyword triggers in your To field processing so that words like “All” or “Everyone” would be equivalent to selecting the checkbox.

    Edit: jQuery is one step ahead of me and the autocomplete plugin already supports multiple entries:

    $("#suggest3").autocomplete(cities, {
        multiple: true,
        mustMatch: true,
        autoFill: true
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 281k
  • Answers 281k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If you aren't going to have duplicates, then maybe the… May 13, 2026 at 3:46 pm
  • Editorial Team
    Editorial Team added an answer I re-wrote your query: WITH ledger_detail AS ( SELECT pld.fiscal_year,… May 13, 2026 at 3:46 pm
  • Editorial Team
    Editorial Team added an answer You've got: String[] str = new String[] {"cmd.exe", "/c", "cd",… May 13, 2026 at 3:46 pm

Related Questions

This is a little confusing to explain, so bear with me here... I want
I am building a website which allows people to send out emails to people
I am trying to implement a password reset functionality on my company website where
I'm building a heavily CRUD based ASP.NET website and I've got to the phase

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.