Sending Email thru user form

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Sending Email thru user form

    Hello All,

    I what to know what is needed to be able to send email thru my user fom.
    Listed below are information that is important to my case. Please help. Thanks.

    - Language: ASP
    - Database: SQL Server
    - Operating system: Windows 2000
    - Intranet webpage
    - Information that is email is collected from the user form.


    Mike1500 Guest

  2. Similar Questions and Discussions

    1. Sending radio button form data to PHP email generator
      I've bene struggling with this for 2 days! I've got a form with 5 radio buttons and two text forms. My submit button has this as: on (release)...
    2. sending form data via email
      Made a form with two fields and a submit button field name is "subline" textarea name is "bodynote" But it never sends..any suggestions?? I'm...
    3. sending form data as email using SMTP server ???
      How can I take my form data and send it as an email using my SMTP server located @ my ISP using PHP ? my form has several fields: TO: this is...
    4. email form input after user has check it for mistakes
      Hi I have been ask to try a create a form on my works website to allow teachers to fill it out the click button that emails to the boss I...
    5. Sending a form by email
      What is the easiest way to send a form by email? I have created the forms but fail to understand how they can be sent to my email by persons filling...
  3. #2

    Default Re: Sending Email thru user form

    There is a component in Windows 2000 that is called CDONts that can handle
    forms and turn them into email. There will also be a STMP server on the
    machine to send the mail. There are also a number of extensions around from
    dreamweaver to automat the process of creating the mailing scripts

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "Mike1500" <webforumsuser@macromedia.com> wrote in message
    news:d12oub$8ab$1@forums.macromedia.com...
    > Hello All,
    >
    > I what to know what is needed to be able to send email thru my user fom.
    > Listed below are information that is important to my case. Please help.
    Thanks.
    >
    > - Language: ASP
    > - Database: SQL Server
    > - Operating system: Windows 2000
    > - Intranet webpage
    > - Information that is email is collected from the user form.
    >
    >

    Paul Whitham TMM 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