Email Attachments - Size Limits

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I increase the limits on the size of the attachments I'm allowed to
attach to my emails. Currently if I attach >50 KB, the email fails. I can
receive email with huge attachements, but can't sent out anything over 50KB
 
This is a setting on the email server that you are attaching to in order to
send and receive email. You will need to talk to the administrator of that
system.
 
pulliam-ardmore said:
How do I increase the limits on the size of the attachments I'm
allowed to attach to my emails. Currently if I attach >50 KB, the
email fails. I can receive email with huge attachements, but can't
sent out anything over 50KB

It's been a long time but the 50KB boundary rang a bell. I'm wondering
if something is screwed up in your TCP parameters (stored in the
registry). You could try resetting them to their defaults. You didn't
mention which version of Windows you are using and there is a slight
difference in the command parameters depending on Windows version. In
Windows XP, run the following in a DOS shell:

netsh int ip reset /?

which shows what this command does. When you want to do the reset, run:

netsh int ip reset resetlog.txt

or use whatever logfile you want as the last parameter.
 
Back
Top