473,385 Members | 2,014 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Sending Mail in .NET on 9x machines

Hello,

Is there any way, components, or assemblies (entirely free, and freely
commercially distributatable), to send mail using the SMTP protocol in C#?

My want list is basically this:
- Unlimited message size
- Unlimited attachments (of unlimited size)
- Can send through a remote SMTP server
- SMTP Authentication supported
- Compatible with everything that can run the .NET Framework in the
first place
- Free
- Freely distributable
- Very much so free...

I didn't think such requirements would be hard to find within the .NET
framework itself, until I realized that System.Web.Mail is still leaning on
CDOSYS (arg!), and as such doesn't work with 9x machines.

I don't care if it's managed or unmanaged I just need a solution! ;-)

Thanks in advance!

Nick Hauenstein
Software Architect
Network At Home Enterprises
http://www.nahnet.com
Nov 15 '05 #1
2 1621
Nick, parts of the framework definitely require different OS's. Here's a
link with more details on that.

http://msdn.microsoft.com/vstudio/us...ewkwinsupp.asp

To get it to work on win98 (are you sure you can't upgrade or run on a
different machine?) you have a couple of options.

1. Buy a third party tool like
http://www.download-by.net/programs/...Mail_Component

2. Write your own mail sending utilities using sockets.

3. Others? Those are the two off the top of my ahead, anyone else?

--
Greg Ewing [MVP]
http://www.citidc.com
"Nick Hauenstein" <we*******@nahnet.com> wrote in message
news:#J**************@TK2MSFTNGP10.phx.gbl...
Hello,

Is there any way, components, or assemblies (entirely free, and freely
commercially distributatable), to send mail using the SMTP protocol in C#?

My want list is basically this:
- Unlimited message size
- Unlimited attachments (of unlimited size)
- Can send through a remote SMTP server
- SMTP Authentication supported
- Compatible with everything that can run the .NET Framework in the
first place
- Free
- Freely distributable
- Very much so free...

I didn't think such requirements would be hard to find within the .NET
framework itself, until I realized that System.Web.Mail is still leaning on CDOSYS (arg!), and as such doesn't work with 9x machines.

I don't care if it's managed or unmanaged I just need a solution! ;-)

Thanks in advance!

Nick Hauenstein
Software Architect
Network At Home Enterprises
http://www.nahnet.com

Nov 15 '05 #2
On Wed, 20 Aug 2003 21:49:23 -0400, "Greg Ewing [MVP]"
<gewing@_NO_SPAM_gewing.com> wrote:
3. Others? Those are the two off the top of my ahead, anyone else?


Well, you could use MAPI or Simple MAPI. At least sending mail via
SMAPI is supported by just about any mail client. It's not nearly as
pretty or powerful as a custom-written SMTP client, though...
--
http://www.kynosarges.de
Nov 15 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: FooAgent | last post by:
CDO.DLL 'Class not registered' error msg: CDO.Message 'object not found' I am using: Dim mailmsg As System.Web.Mail.MailMessage = New System.Web.Mail.MailMessage ...
13
by: joe215 | last post by:
I want my users to send emails from a Windows app that I am developing in Visual Basic.NET 2003. I found a good example of sending email to a SMTP server using the SmtpMail class. However, using...
9
by: B-Dog | last post by:
I've built a small app that sends mail through our ISP's SMTP server but when I try to send through my local exchange server I get CDO error. Does webmail use SMTP or does it strictly rely on...
3
by: Jason E. Trout | last post by:
I created at VB.NET application that sends e-mail via the System.Web.Mail namespace. At the application level, the e-mails send out fine. When I created the application as a Windows service, the...
6
by: rekaeps | last post by:
We are developing an ASP.NET 2.0 (C#) application, and I'm having troubles sending e-mail from the server when accessing the web site from a separate client computer. Also, in the same scenario,...
3
by: JaffaCakes | last post by:
I want to send an email confirmation after a user completes a form on our Internet page. I am testing this with the System.Web.Mail.SmtpMail class. If I do a SmtpMail.Send then the message takes...
2
by: sam | last post by:
Hi, I made asp.net website. I send e-mail via asp.net page to receiver but receiver cannot get email. I use smartertool Server SMTP. Sending and receiving to localhost is working. Sending...
9
by: JoeP | last post by:
Hi All, How can I find the reason for such an error: Failure sending mail. Some Code... oMailMessage.IsBodyHtml = False oMailMessage.Body = cEmailBody Dim oSMTP As New SmtpClient...
4
by: =?Utf-8?B?R3V5IENvaGVu?= | last post by:
Hi all I use: Dim message As New MailMessage(txtTo.Text, txtFrom.Text, txtSubject.Text, txtBody.Text) Dim emailClient As New SmtpClient(txtSMTPServer.Text) emailClient.Send(message) And its...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.