Sending Mail without CDO or JMail

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Sending Mail without CDO or JMail

    Does anyone know of a free distributable mail package that is capable of
    sending simple mail messages from a web form?

    The reason I ask is because the server I am using doesn't have CDO enabled,
    and I don't want to use JMail.

    Thanks for your help,

    Ron


    Ron Guest

  2. Similar Questions and Discussions

    1. Jmail only sending "body" in first run of loop
      I have designed a newsletter that will send any news to my subscribers as soon as it is added to my front page. I have four dynamic bindings which...
    2. sending mail without the mail client popping up
      hi! I was wondering how I could send a mail without the mail client popping up to the user. I would like a mail to be sent to myself when...
    3. #25357 [Com]: Mail() function is loosing cahracters when sending mail
      ID: 25357 Comment by: dj_canard at yahoo dot com Reported By: pjsmith at microtech dot co dot gg Status: Bogus...
    4. #25357 [NEW]: Mail() function is loosing cahracters when sending mail
      From: pjsmith at microtech dot co dot gg Operating system: Windows 2003, IIS, ISAPI PHP version: 4.3.3 PHP Bug Type: *Mail...
    5. Sending mail.
      Hi, Good Day! I am writing a code in order to send a mail out when certain job failed while running the program. Meanwhile for my testing, I'm...
  3. #2

    Default Re: Sending Mail without CDO or JMail

    Sounds like this might do the trick for you:
    [url]http://www.quiksoftcorp.com/freesmtp/[/url]

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Ron" <ron@razorvision.net> wrote in message
    news:bdq998$65@library2.airnews.net...
    > Does anyone know of a free distributable mail package that is capable of
    > sending simple mail messages from a web form?
    >
    > The reason I ask is because the server I am using doesn't have CDO
    enabled,
    > and I don't want to use JMail.
    >
    > Thanks for your help,
    >
    > Ron
    >
    >

    Steve C. Orr, MCSD Guest

  4. #3

    Default Re: Sending Mail without CDO or JMail

    Did you have a look at the mail components in the user samples on gotdotnet?
    I can send you what i made excpet it has no error handling
    "Ron" <ron@razorvision.net> wrote in message
    news:bdq998$65@library2.airnews.net...
    > Does anyone know of a free distributable mail package that is capable of
    > sending simple mail messages from a web form?
    >
    > The reason I ask is because the server I am using doesn't have CDO
    enabled,
    > and I don't want to use JMail.
    >
    > Thanks for your help,
    >
    > Ron
    >
    >

    Showjumper 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