sending mail with 'large' attachments using SMTPMail object

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hello,

I am trying to send an email with an attachment from whitin my ASP.NET page.
everything works fine except when the file size of my attachment exceeds the
size of approximately 128 kb.

No i've split up my file into smaller pieces and everything works OK again.
But obviously this
is not the solution we want.

I've reviewed the settings of my SMTP server (localhost) and the maximum
size of e-mail messages was set
to 2048 kb. Does an additional Exchange server "do" something with files
larger then +/- 128 kb?

Thanks in advance.
Paul.
 
Paul, I have a Load balanced web environment and one of my web servers is able to send out attachments in complete size and the other is slicing files over 64 bytes off at 64 bytes. Its possible that we are experiencing the same type of problem. I'm using the builtin System.Web.Mail / CDO Component to send out SMTP mail. I have looked everywhere for a solution and cannot find one. I'm glad to hopefully find out that I am experiencing something very if not exactly similar.

I hope you / we find a solution soon.

Steve
 
Back
Top