473,387 Members | 1,579 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.

Email Question -- SMTP Server, Win2000, Win2003

Hello,

I am using SMTP mail to send emails. I ran the aspx page from my
local machine,which is running Windows 2000, and sent an email to my
yahoo account. I then checked my yahoo account and the email looked
good.

When I ran the same page from the development server, which is
running windows 2003, I saw "! " (hyphen and space) appear in the
email. I tested it couple of times and it appeared at different
locations, but was always present.

ex: The word "Information" appearad as
"Inf! ormation"

Have you encontered this before?

My code is at the bottom.

Thank you,

Burak

Dim flag As Boolean
Dim Message As System.Web.Mail.MailMessage = New
System.Web.Mail.MailMessage
Message.To = to_add
Message.From = from_add
If cc > "" Then
Message.Cc = cc
End If
If cc > "" Then
Message.Bcc = bcc
End If

Message.Subject = subject
Message.Body = body_text
Message.BodyFormat = MailFormat.Html

flag = False

Try
SmtpMail.SmtpServer "mail.dev.jobsforveterans.org"
SmtpMail.Send(Message)
flag = True
Catch ehttp As System.Web.HttpException
Console.WriteLine("0", ehttp.Message)
Console.WriteLine("Here is the full error message")
Console.Write("0", ehttp.ToString())
flag = False
End Try
Return flag
Jul 21 '05 #1
0 718

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

Similar topics

0
by: Randy | last post by:
Hi all, I'm a developer on the database backend and need to figure out how to get a c++ .net executable to run on a win2003 server. The executable transfers data between oracla and sql server...
5
by: Andreas | last post by:
I am working with three computers, my developing computer, a Web Server and a Mail Server (Exchange). I am trying to send a email from the Web Server via the Mail Server to a valid email address...
0
by: Burak | last post by:
Hello, I am using SMTP mail to send emails. I ran the aspx page from my local machine,which is running Windows 2000, and sent an email to my yahoo account. I then checked my yahoo account and...
0
by: Burak | last post by:
Hello, I am using SMTP mail to send emails. I ran the aspx page from my local machine,which is running Windows 2000, and sent an email to my yahoo account. I then checked my yahoo account and...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.