Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFMail attachment size problem

New Here ,
Jun 30, 2009 Jun 30, 2009

I have a customer who wants to attach 8MB files to emails but he said there seems to be a 1MB limit.  Can anyone help me figure out where I can change the attachment size limit?  Using CF8, no size limit on mail server.

2.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 30, 2009 Jun 30, 2009

You can always use rar.exe the the 'v' param to specify the size you want in them and then just loop over and send them out one by one.

Buzz

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 30, 2009 Jun 30, 2009

I will give that a go.  Is there anywhere where the default size is preset by chance?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 30, 2009 Jun 30, 2009

I suspect your attachment size limit is either dictated by your mail server or in your CF code that creates the mail or handles the file upload.  I haven't run into an upper size limit for attachments using CFMAIL nor is a size limit mentioned in the CF docs (that I can find).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Jun 30, 2009 Jun 30, 2009

Additional question and comment

Is there information in the ColdFusion log related to the problem emails?  You may want to increase the logging level on the Mail settings page in the CF admin.

This blog entry *may* be helpful:
http://garysgambit.blogspot.com/2009/04/cfmail-spool-bug-in-coldfusion-801.html

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 01, 2009 Jul 01, 2009
LATEST

Bob,

I figured out what the issue was, it was the size limit set to 2MB in SMTP

in IIS. I appreciate your responses.

Chris

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources