472,791 Members | 1,132 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Sending MailMessage gets an exclamation point-space added

Microsoft .NET 1.1 ASP.NET using VB.NET

I'm using System.Web.Mail.MailMessage to create an email and an SMTPMail
object to send the mail. I assume that it is using the virtual SMTP server
to send the mail out. The problem is that the messages sent get an
exclamation point and a space inserted around the 765th character no matter
what I make the body
Jul 21 '05 #1
4 1969
Hey James.

Have you found out anything about this issue? I am running into the same
problem and yours is the only post I can find anywhere.

Thanks

er***********@wachovia.com

"James Vitale" wrote:
Microsoft .NET 1.1 ASP.NET using VB.NET

I'm using System.Web.Mail.MailMessage to create an email and an SMTPMail
object to send the mail. I assume that it is using the virtual SMTP server
to send the mail out. The problem is that the messages sent get an
exclamation point and a space inserted around the 765th character no matter
what I make the body

Jul 21 '05 #2
Hey James.

Have you found out anything about this issue? I am running into the same
problem and yours is the only post I can find anywhere.

Thanks

er***********@wachovia.com

"James Vitale" wrote:
Microsoft .NET 1.1 ASP.NET using VB.NET

I'm using System.Web.Mail.MailMessage to create an email and an SMTPMail
object to send the mail. I assume that it is using the virtual SMTP server
to send the mail out. The problem is that the messages sent get an
exclamation point and a space inserted around the 765th character no matter
what I make the body

Jul 21 '05 #3
I never heard anything back about this. Nor did I ever solve the problem.
We just live with it.

James

"EDaddy" wrote:
Hey James.

Have you found out anything about this issue? I am running into the same
problem and yours is the only post I can find anywhere.

Thanks

er***********@wachovia.com

"James Vitale" wrote:
Microsoft .NET 1.1 ASP.NET using VB.NET

I'm using System.Web.Mail.MailMessage to create an email and an SMTPMail
object to send the mail. I assume that it is using the virtual SMTP server
to send the mail out. The problem is that the messages sent get an
exclamation point and a space inserted around the 765th character no matter
what I make the body

Jul 21 '05 #4
I never heard anything back about this. Nor did I ever solve the problem.
We just live with it.

James

"EDaddy" wrote:
Hey James.

Have you found out anything about this issue? I am running into the same
problem and yours is the only post I can find anywhere.

Thanks

er***********@wachovia.com

"James Vitale" wrote:
Microsoft .NET 1.1 ASP.NET using VB.NET

I'm using System.Web.Mail.MailMessage to create an email and an SMTPMail
object to send the mail. I assume that it is using the virtual SMTP server
to send the mail out. The problem is that the messages sent get an
exclamation point and a space inserted around the 765th character no matter
what I make the body

Jul 21 '05 #5

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

Similar topics

1
by: Srinivas | last post by:
Hi, I am using ASP.NET SmtpMail to send email using the following code public void SendEmail(string From, string To, string Subject, StringBuilder Message, string Attachment, string...
0
by: David Dvali | last post by:
Hello. I have a problem with sending Unicode text in mail message. So what I do: First of all I have some template file like this: ================================= <html> <head><title>Test...
2
by: Mr. x | last post by:
Hello, I am sending emails with Hebrew contents. When receiving emails - I cannot see the Hebrew characters (it is not outlook express configuration, because when receiving emails from friends -...
1
by: Eric Sheu | last post by:
Greetings, I have been searching the web like mad for a solution to my SMTP problem. I am using Windows Server 2003 and ASP.NET 2.0 w/ C# to send out e-mails from a web site I have created to...
7
by: Ray Booysen | last post by:
Hi all I'm sending email via ASP.NET in HTML mode. Each email has exactly one attachment and I do have full access to the SMTP server. However, if I send the email in HTML format, the...
6
by: Rushwire | last post by:
Does anybody know how to send a meeting request using an ics/vcs (VCalendar) attachment from an asp.net page. I don't want my users to have to double click on the attachment but rather that it is...
0
by: Noro | last post by:
Hello, I develop an ASP.NET 2.0 Intranet with a feature of sending messages through an Exchange Server 2003. For e-mails sending, all passes well. We have a Fax solution (RTEFAX) with Exchange...
0
by: Sister Ray | last post by:
I'm trying to create a simple form that sends an email using my company's exchange server. I'm using the System.Net.Mail Namespace of the .net framework 2.0. I've googled everywhere and i think my...
2
by: =?Utf-8?B?QWRl?= | last post by:
HI All, I am encountering the following error when I try to send an email through a SMTP server. I believe the problem lies with the authentication part when the network crednetials are used,...
3
by: raj200809 | last post by:
when i m sending mail i received error from symantec Antivirus" Your email message was unable to be sent because your mail server rejected the message 550-5.7.1 the ip you’re using to send mail is...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.