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

Related Questions

We have a website wherein a user can post information from our website to
I have this website (C#/ASP.NET) with a form where the user can register for
I have a website. Visitors can register. Every user can send messages to another
Okay, so I have a website where the user can put a search query
I have a website and when the user logs in they can click on
So, I have a user driven website. Users can post whatever they want, even
I have a login form in every page of a website so the user
I found out how to send some text on the user's wall, with the
I have a website with CRM and the admin can send messages that will
I am building a website which allows people to send out emails to people

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.