473,387 Members | 1,582 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,387 software developers and data experts.

How to send Email on Win98 platform?

Is there a way for programs running on the Win98 OS to send email? I
currently have programs running on XP and Win2000 that send emails but was
told my code would not work on Win98 or WinNT 4.0 platforms. The code I am
using for XP and Win2000 is as follows:

Private Sub SendEmail( ByVal sMyEmailAddress As String, ByVal
sYourEmailAddress As String, ByVal sBody As String)

Dim MailMsg As New MailMessage

'build mail message
With MailMsg
.From = sMyEmailAddress
.To = sYourEmailAddress
.Subject = ""
.Body = sEmailBody
End With

'send mail message
SmtpMail.Send(MailMsg)

End Sub

I would really like to keep this functionality for my programs that are
running on Win98 because I use it to notify me of any errors that might be
encountered.

-Thanks
Jul 19 '05 #1
0 1411

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

Similar topics

40
by: ian | last post by:
Hi, I'm a newbie (oh no I can here you say.... another one...) How can I get Python to send emails using the default windows email client (eg outlook express)? I thought I could just do the...
0
by: chris_wood80 | last post by:
I have just installed Access 97 on a new XP machine and whenever I use the send command, docmd.sendobject or macro to attach a report to an email message I get the Microsoft Exhange setup Wizard....
4
by: Jonah Olsson | last post by:
Dear All, I'm currently developing a solution where large amounts of personalised emails are being created (and no, this is not spam...) on the ASP.NET platform and being delivered by a Debian...
0
by: rsine | last post by:
Is there a way for programs running on the Win98 OS to send email? I currently have programs running on XP and Win2000 that send emails but was told my code would not work on Win98 or WinNT 4.0...
0
by: sexy-trousers | last post by:
Is there a specific OS requirement for a win forms client written in VB.Net utilizing .net 1.1 that uses WSE2? Is the requirement to simply have .net 1.1. installed on the platform? i.e. the...
2
by: Walter CF | last post by:
Hi, I develop an application that send mail using system.web.mail namespace, It work without problems over Windows Xp, but in windows 98 it dont't work, I've read from...
3
by: Frank | last post by:
I am attempting to develop a solution where I handle bounced e-mails. I wish to field all bounced emails in a custom email account such a bounced@mycompany.com From the aricle at...
4
by: Thomas Eichner | last post by:
Hi, does anybody know a public website which offers a service that displays all data send by a browser (or an app calling the website), especially HTTP GET and POST data, browser data etc.? I...
4
by: yazwas | last post by:
I'm writing an application and I need how to send email through my application, I want it to be platform independent, is there any free library for sending emails, any suggestions, Thankx alot
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.