473,320 Members | 1,914 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,320 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
Nov 22 '05 #1
0 732

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

Similar topics

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: 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...
3
by: Steve Wark | last post by:
I have a Windows 2003 Web server on which I was debugging remotely with no problems. I then moved this server to a different domain and now remote debugging will not work, the error is; ...
7
by: flowergardener | last post by:
I am learning ASP.NET from the book, "ASP.NET for Dummies". An example for sending email using SMTP fails on my PC. What does this error mean and how to fix it. I am running Windows XP and I...
0
by: flow | last post by:
Developer product Microsoft Visual Studio .NET 2003 chinese simpl database: Microsoft SQL Server200 operating system is on the computer experiencing the issue: Windows2003 serve programming...
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...
12
by: RKay | last post by:
I have a Win2k server running SQL Server 2000. On that box I built a working web service that pulls data from the database. One of the services available simply accepts an ado.net connection string...
3
by: Blue Streak | last post by:
SFX: Banging head against wall... *Thud! Thud! Thud!* Hello, folks. I am trying to get a web application to work on a Windows Server 2003 (standard edition) Intranet server. It uses...
4
by: klynn | last post by:
Hi: I'm having problems reading a Microsoft Access file from my ASP.Net app on a Windows Server 2003 machine. The error message: The Microsoft database engine cannot open the file, <my_file>. It...
3
by: tamaker | last post by:
I have Road Runner cable internet access and Im working in a local development environment (writing .ASP) and have a site running on my network on a windows xp pro machine via IIS with CDONTS...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.