Database with e-mail addresses

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Database with e-mail addresses

    I hope this is the right ng for this....If not, I'm sorry....

    I have an ASP driven web site that has many forms that update to an Access
    dbase. One of the tables in that dbase contains an email address field. I
    need to have those e-mail addresses usable for both sending individual
    e-mails as well as setting up groups.

    Ideally I would like to sync Outlook and Access but I have not been
    successful on that road. So I was wondering if I could set up a database
    result using asp that could simulate the same thing via my site>

    Thanks,

    Mikeal


    Mike Guest

  2. Similar Questions and Discussions

    1. Hiding E-mail Addresses
      Sign up with MailButton.com
    2. e-mail addresses on web pages
      Using Publisher 2000 to create web page. Why are some names with linked e-mail addresses show up in the Outlook Express "To:" box as names and...
    3. Verifying E-mail Addresses
      In article <1063567181.2795.130.camel@syr-24-58-14-3.twcny.rr.com>, dan@mathjunkies.com says... Haven't seen this question for a few days now :-)...
    4. Send Same E-mail To Multiple E-mail Addresses?
      "Ralph Swanson" <r.swanson@sbcglobal.net> wrote: You need one. First add all the Addresses to your Address Book, then go File > New Group and...
  3. #2

    Default Re: Database with e-mail addresses

    On Fri, 21 Nov 2003 09:57:35 -0700, "Mike" <mike4532> wrote:
    >I have an ASP driven web site that has many forms that update to an Access
    >dbase. One of the tables in that dbase contains an email address field. I
    >need to have those e-mail addresses usable for both sending individual
    >e-mails as well as setting up groups.
    So far, no problem.
    >Ideally I would like to sync Outlook and Access but I have not been
    >successful on that road.
    Not that simple, but doable if you use Exchange. Depending on what
    you actually mean by "synch."
    >So I was wondering if I could set up a database
    >result using asp that could simulate the same thing via my site
    Okay, I'll bite. Simulate *what* thing? What exactly would you like
    to do? Send email form Access? ASP? List the email addresses?

    Jeff
    Jeff Cochran Guest

  4. #3

    Default Re: Database with e-mail addresses

    Sorry for the delay, I have been on vacation....

    I can set up a page using ASP that will list all of my dbase contacts in a
    searchable format. What I need to also do is to be able to have them grouped
    by a field and to be able to send a single e-mail to the entire group. So,
    say I have a field in the dbase that is labled 'group' and the data in that
    field would be 'group1', 'group2', 'group3', ect.... How can I send an
    e-mail to everyone in Group2?

    Mikeal

    PS - I have exchange 5.5, Access 2002, and FrontPage 2002

    "Jeff Cochran" <jcochran.nospam@naplesgov.com> wrote in message
    news:3fbe7bea.2061802555@msnews.microsoft.com...
    > On Fri, 21 Nov 2003 09:57:35 -0700, "Mike" <mike4532> wrote:
    >
    > >I have an ASP driven web site that has many forms that update to an
    Access
    > >dbase. One of the tables in that dbase contains an email address field.
    I
    > >need to have those e-mail addresses usable for both sending individual
    > >e-mails as well as setting up groups.
    >
    > So far, no problem.
    >
    > >Ideally I would like to sync Outlook and Access but I have not been
    > >successful on that road.
    >
    > Not that simple, but doable if you use Exchange. Depending on what
    > you actually mean by "synch."
    >
    > >So I was wondering if I could set up a database
    > >result using asp that could simulate the same thing via my site
    >
    > Okay, I'll bite. Simulate *what* thing? What exactly would you like
    > to do? Send email form Access? ASP? List the email addresses?
    >
    > Jeff

    Mike Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139